Hi there,
In my application, I need to get the code page for current IME device. For
example, if user selected Chinese in language bar, and keyed in Chinese
characters, I need to get code page 936 so I could translate the got key
code, which is in unicode. into double byte character set. And if user uses
Polish input method, my application should get 1250 as the code page.
I am using _getmbcp() to get code page for current locale, but not accurate
if the locale is English, but user is inputting other languages.
Any idea how to get the code page?
Thanks lot,