Locale-Sensitive Function
int _getmbcp(void);
Internationalization (I18n) Function Overview
The _getmbcp function returns the current multibyte code page.
A return value of 0 indicates that a single byte code page is in use.
I18n Issues
The multibyte code page setting affects all multibyte routines that are not locale dependent and
so must be set correctly.
It is possible, however, to instruct _setmbcp to use the code page defined for the current locale.
Recommended Replacements*
There are no variations of this function.
*If you're already using the recommended function, see I18n Issues for other reasons why Globalyzer is detecting the function.
Locale-Sensitive Functions
|