I’m using the Delphi function
StringCodePage
I call it on a string returned by a COM function (Acrobat Annotation getContents – see my other posts) and it returns 0.
What is 0? Ansi?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Code page 0 is CP_ACP, current Windows ANSI code page.
From Windows.pas:
From MSDN: