ID: Q187858
The information in this article applies to:
Applications can use WideCharToMultiByte with the CP_MACCP code page value. This will use the MAC code page for the system locale. However, there is no documentation available that defines which Macintosh code pages are supported on Windows NT 4.0.
If your application needs to use the MAC code page for a locale that is not the system default, you can get the default MAC code page for any supported locale by calling GetLocaleInfo with the LOCALE_IDEFAULTMACCODEPAGE LCType parameter.
The following list contains all of the MAC code pages that are currently supported under Windows NT 4.0:
10000 (MAC - Roman)
10001 (MAC - Japanese)
10002 (MAC - Traditional Chinese Big5)
10003 (MAC - Korean)
10004 (MAC - Arabic)
10005 (MAC - Hebrew)
10006 (MAC - Greek I)
10007 (MAC - Cyrillic)
10008 (MAC - Simplified Chinese GB 2312)
10010 (MAC - Romania)
10017 (MAC - Ukraine)
10029 (MAC - Latin II)
10079 (MAC - Icelandic)
10081 (MAC - Turkish)
10082 (MAC - Croatia)
Additional query words:
Keywords : kbIntl kbNTOS400
Issue type : kbinfo
Last Reviewed: November 20, 1998