CodePageEnum (COM-based API)
CodePageEnum enumeration is the Open API internal representation of code pages.
enum CodePageEnum {
    CP_Null = 0,
    CP_US_MSDOS = 437,
    CP_Greek_737 = 737,
    CP_Baltic_MSDOS = 775,
    CP_LatinI_MSDOS = 850,
    CP_Slavic_MSDOS = 852,
    CP_Cyrillic_MSDOS = 855,
    CP_Turkish_IBM = 857,
    CP_Russian_MSDOS = 866,
    CP_Greek_869 = 869,
    CP_EasternEuropean = 1250,
    CP_Cyrillic = 1251,
    CP_Latin = 1252,
    CP_Greek = 1253,
    CP_Turkish = 1254,
    CP_Baltic = 1257,
    CP_Tatar = 5000,
    CP_Tatar_MSDOS = 5001,
    CP_Armenian = 5002,
    CP_Armenian_MSDOS = 5003,
    CP_Armenian_Macintosh = 5004,
    CP_Bashkir = 5006,
    CP_Roman_Macintosh = 10000,
    CP_Greek_Macintosh = 10006,
    CP_Cyrillic_Macintosh = 10007,
    CP_Ukrainian_Macintosh = 10017,
    CP_Latin2_Macintosh = 10029,
    CP_Icelandic_Macintosh = 10079,
    CP_Turkish_Macintosh = 10081,
    CP_Croatian_Macintosh = 10082,
    CP_KOI8 = 20866,
    CP_Latin_ISO = 28591,
    CP_EasternEuropean_ISO = 28592,
    CP_Turkish_ISO = 28593,
    CP_Baltic_ISO = 28594,
    CP_Cyrillic_ISO = 28595,
    CP_Greek_ISO = 28597,
    CP_Latin5_ISO = 28599
};
Elements
| Name | Description | 
| CP_Null | Invalid code page. | 
| CP_Latin | Windows Western Europe (1252) | 
| CP_Cyrillic | Windows Cyrillic (1251) | 
| CP_EasternEuropean | Windows Central European (1250) | 
| CP_Baltic | Windows Baltic (1257) | 
| CP_Turkish | Windows Turkish ( 1254) | 
| CP_US_MSDOS | DOS United States (437) | 
| CP_LatinI_MSDOS | DOS Multilingual Latin 1 (850) | 
| CP_Russian_MSDOS | DOS Russian (866) | 
| CP_Baltic_MSDOS | DOS Baltic (775) | 
| CP_Turkish_IBM | DOS Turkish (857) | 
| CP_Slavic_MSDOS | DOS Latin 2 (852) | 
| CP_Greek | Windows Greek (1253) | 
| CP_Greek_737 | DOS Greek (737) | 
| CP_Greek_869 | DOS Modern Greek (869) | 
| CP_Latin_ISO | ISO Latin 1 (8859-1) | 
| CP_EasternEuropean_ISO | ISO Central Europe (8859-2) | 
| CP_Turkish_ISO | ISO Latin 3 (8859-3) | 
| CP_Baltic_ISO | ISO Baltic (8859-4) | 
| CP_Cyrillic_ISO | ISO Cyrillic (8859-5) | 
| CP_Greek_ISO | ISO Greek (8859-7) | 
| CP_KOI8 | Russian KOI8 | 
| CP_Tatar | Windows Tatar | 
| CP_Tatar_MSDOS | DOS Tatar | 
| CP_Roman_Macintosh | Macintosh Roman | 
| CP_Greek_Macintosh | Macintosh Greek 1 | 
| CP_Cyrillic_Macintosh | Macintosh Cyrillic | 
| CP_Ukrainian_Macintosh | Macintosh Ukraine | 
| CP_Latin2_Macintosh | Macintosh Latin 2 | 
| CP_Icelandic_Macintosh | Macintosh Icelandic | 
| CP_Turkish_Macintosh | Macintosh Turkish | 
| CP_Croatian_Macintosh | Macintosh Croatian | 
| CP_Armenian | Windows Armenian | 
| CP_Armenian_MSDOS | DOS Armenian | 
| CP_Armenian_Macintosh | Macintosh Armenian | 
| CP_Latin5_ISO | ISO Turkish (8859-9) | 
| CP_Cyrillic_MSDOS | DOS Cyrillic | 
| CP_Bashkir | Bashkir | 
See also
3/26/2024 1:49:49 PM