CodePageEnum
CodePageEnum enumeration represents ABBYY FlexiCapture SDK internal representation of code pages.
typedef enum {
CP_Null = 0,
CP_Latin = 1,
CP_Cyrillic = 2,
CP_EasternEuropean = 3,
CP_Baltic = 4,
CP_Turkish = 5,
CP_US_MSDOS = 6,
CP_LatinI_MSDOS = 7,
CP_Russian_MSDOS = 8,
CP_Baltic_MSDOS = 9,
CP_Turkish_IBM = 10,
CP_Slavic_MSDOS = 11,
CP_Greek = 12,
CP_Greek_737 = 13,
CP_Greek_869 = 14,
CP_Latin_ISO = 16,
CP_EasternEuropean_ISO = 17,
CP_Turkish_ISO = 18,
CP_Baltic_ISO = 19,
CP_Cyrillic_ISO = 20,
CP_Greek_ISO = 21,
CP_KOI8 = 22,
CP_Tatar = 23,
CP_Tatar_MSDOS = 24,
CP_Roman_Macintosh = 25,
CP_Greek_Macintosh = 26,
CP_Cyrillic_Macintosh = 27,
CP_Ukrainian_Macintosh = 28,
CP_Latin2_Macintosh = 29,
CP_Icelandic_Macintosh = 30,
CP_Turkish_Macintosh = 31,
CP_Croatian_Macintosh = 32,
CP_Armenian = 33,
CP_Armenian_MSDOS = 34,
CP_Armenian_Macintosh = 35,
CP_Hebrew = 36,
CP_Hebrew_MSDOS = 37,
CP_Hebrew_Macintosh = 38,
CP_Hebrew_ISO = 39,
CP_Latin5_ISO = 41,
CP_Cyrillic_MSDOS = 42,
CP_Bashkir = 43,
CP_Chinese_Simpl_GB = 44,
CP_Chinese_Simpl_Mac = 45,
CP_Chinese_Trad_Big = 46,
CP_Chinese_Trad_Mac = 47,
CP_Japan_Mac = 48,
CP_Japan_SJIS = 49,
CP_Korean = 50,
CP_Korean_Johab = 51,
CP_Korean_Mac = 52,
CP_Mathematical = 53,
CP_Digits = 54,
CP_Thai = 59,
CP_Thai_Macintosh = 60
} CodePageEnum;
Elements
Name | Description |
---|---|
CP_Null | Invalid code page. |
CP_Armenian | Windows Armenian |
CP_Armenian_MSDOS | DOS Armenian |
CP_Armenian_Macintosh | Macintosh Armenian |
CP_Baltic | Windows Baltic (1257) |
CP_Baltic_ISO | ISO Baltic (8859-4) |
CP_Baltic_MSDOS | DOS Baltic (775) |
CP_Bashkir | Windows Bashkir |
CP_Chinese_Simpl_GB | Chinese Simplified (GB2312) |
CP_Chinese_Simpl_Mac | Chinese Simplified (Mac) |
CP_Chinese_Trad_Big | Chinese Traditional (Big5) |
CP_Chinese_Trad_Mac | Chinese Traditional (Mac) |
CP_Croatian_Macintosh | Macintosh Croatian |
CP_Cyrillic | Windows Cyrillic (1251) |
CP_Cyrillic_ISO | ISO Cyrillic (8859-5) |
CP_Cyrillic_Macintosh | Macintosh Cyrillic |
CP_Cyrillic_MSDOS | DOS Cyrillic (855) |
CP_Digits | Digits |
CP_EasternEuropean | Windows Central Europe (1250) |
CP_EasternEuropean_ISO | ISO Central Europe (8859-2) |
CP_Greek | Windows Greek (1253) |
CP_Greek_737 | DOS Greek (737) |
CP_Greek_869 | DOS Modern Greek (869) |
CP_Greek_ISO | ISO Greek (8859-7) |
CP_Greek_Macintosh | Macintosh Greek 1 |
CP_Hebrew | Windows Hebrew (1255) |
CP_Hebrew_ISO | ISO Hebrew (8859-8) |
CP_Hebrew_Macintosh | Macintosh Hebrew |
CP_Hebrew_MSDOS | DOS Hebrew (862) |
CP_Icelandic_Macintosh | Macintosh Icelandic |
CP_Japan_Mac | Japanese (Mac) |
CP_Japan_SJIS | Japanese (Shift-JIS) |
CP_KOI8 | Russian KOI8 |
CP_Korean | Korean |
CP_Korean_Johab | Korean (Johab) |
CP_Korean_Mac | Korean (Mac) |
CP_Latin | Windows Western Europe (1252) |
CP_Latin_ISO | ISO Latin 1 (8859-1) |
CP_Latin2_Macintosh | Macintosh Latin 2 |
CP_Latin5_ISO | ISO Turkish (8859-9) |
CP_LatinI_MSDOS | DOS Multilingual Latin 1 (850) |
CP_Mathematical | Mathematical symbols |
CP_Roman_Macintosh | Macintosh Roman |
CP_Russian_MSDOS | DOS Russian (866) |
CP_Slavic_MSDOS | DOS Latin 2 (852) |
CP_Tatar | Windows Tatar |
CP_Tatar_MSDOS | DOS Tatar |
CP_Thai | Windows Thai (874) |
CP_Thai_Macintosh | Macintosh Thai |
CP_Turkish | Windows Turkish ( 1254) |
CP_Turkish_IBM | DOS Turkish (857) |
CP_Turkish_ISO | ISO Latin 3 (8859-3) |
CP_Turkish_Macintosh | Macintosh Turkish |
CP_Ukrainian_Macintosh | Macintosh Ukrainiane |
CP_US_MSDOS | DOS United States (437) |
Used in
15.08.2023 13:19:30