INFO: Macintosh Code Pages Supported Under Windows NT (187858)



The information in this article applies to:

  • Microsoft Platform Software Development Kit (SDK) 1.0, when used with:
    • the operating system: Microsoft Windows NT

This article was previously published under Q187858

SUMMARY

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.

MORE INFORMATION

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)


Modification Type:MinorLast Reviewed:7/11/2005
Keywords:kbinfo kbIntl kbIntlDev KB187858