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?
Thanks
|
|
I'm using the Delphi function
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? Thanks
|
||
|
|
|
|
Code page 0 is CP_ACP, current Windows ANSI code page. From Windows.pas:
From MSDN:
|
||
|
|
|
|
It might also be useful to know that you can change it (without reinstall): http://www.mihai-nita.net/article.php?artID=20050611a |
||
|
|