Converting Multibyte Characters

The current locale used to convert multibyte characters into corresponding wide characters (codes) for a wide character constant (3.1.3.4)

Microsoft C/C++ 7.0 supports only the “C” locale, which does not include any true multibyte characters. In the “C” locale, the mbtowc function maps from the ANSI [8859] character set to Unicode.