Windows C++ Locale Function
UINT GetACP(VOID);
Internationalization (I18n) Function Overview
The GetACP function retrieves the current
ANSI code page identifier for the system.
On Windows 2K/XP, the return value for the Indic languages is 0 , because they are
Unicode-only languages.
I18n Issues
In an internationalized application, the desired multibyte code page may be different from
the system's ANSI code page. When making
Win32 locale-dependent calls, be sure to pass in the application's code page identifier.
Recommended Replacements*
There are no variations of the function call.
*If you're already using the recommended function, see I18n Issues for other reasons why Globalyzer is detecting the function.
|