> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# CodePageEnum

> CodePageEnum in der ABBYY FineReader Engine API — Codepages nach dem Win32-Standard, die für die Textkodierung verwendet werden.

Die Aufzählung CodePageEnum repräsentiert Codepages nach dem Win32-Standard.

```
typedef enum {
 CP_Null                = 0,
 CP_Latin               = 1252,
 CP_Cyrillic            = 1251,
 CP_EasternEuropean     = 1250,
 CP_Baltic              = 1257,
 CP_Turkish             = 1254,
 CP_US_MSDOS            = 437,
 CP_LatinI_MSDOS        = 850,
 CP_Russian_MSDOS       = 866,
 CP_Baltic_MSDOS        = 775,
 CP_Turkish_IBM         = 857,
 CP_Slavic_MSDOS        = 852,
 CP_Greek               = 1253,
 CP_Greek_737           = 737,
 CP_Greek_869           = 869,
 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_KOI8                = 20866,
 CP_Tatar               = 5000,
 CP_Tatar_MSDOS         = 5001,
 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_Armenian            = 5002,
 CP_Armenian_MSDOS      = 5003,
 CP_Armenian_Macintosh  = 5004,
 CP_Hebrew              = 1255,
 CP_Hebrew_MSDOS        = 862,
 CP_Hebrew_Macintosh    = 10005,
 CP_Hebrew_ISO          = 28598,
 CP_Latin5_ISO          = 28599,
 CP_Cyrillic_MSDOS      = 855,
 CP_Bashkir             = 5006,
 CP_Chinese_Simpl_GB    = 936,
 CP_Chinese_Simpl_Mac   = 10008,
 CP_Chinese_Trad_Big    = 950,
 CP_Chinese_Trad_Mac    = 10002,
 CP_Japan_Mac           = 10001,
 CP_Japan_SJIS          = 932,
 CP_Korean              = 949,
 CP_Korean_Johab        = 1361,
 CP_Korean_Mac          = 10003,
 CP_Mathematical        = 5007,
 CP_Digits              = 5008,
 CP_Thai                = 874,
 CP_Thai_Macintosh      = 10021,
 CP_Vietnamese          = 1258
} CodePageEnum;
```

<div id="elements">
  ## Elemente
</div>

| Name                     | Beschreibung                         |
| ------------------------ | ------------------------------------ |
| CP\_Armenian             | Armenisch (Windows)                  |
| CP\_Armenian\_Macintosh  | Armenisch (Macintosh)                |
| CP\_Armenian\_MSDOS      | Armenisch (DOS)                      |
| CP\_Baltic               | Baltisch (Windows, 1257)             |
| CP\_Baltic\_ISO          | Baltisch (ISO, 8859-4)               |
| CP\_Baltic\_MSDOS        | Baltisch (DOS, 775)                  |
| CP\_Bashkir              | Baschkirisch (Windows)               |
| CP\_Chinese\_Simpl\_GB   | Chinesisch, vereinfacht (GB2312)     |
| CP\_Chinese\_Simpl\_Mac  | Chinesisch, vereinfacht (Mac)        |
| CP\_Chinese\_Trad\_Big   | Chinesisch, traditionell (Big5)      |
| CP\_Chinese\_Trad\_Mac   | Chinesisch, traditionell (Mac)       |
| CP\_Croatian\_Macintosh  | Kroatisch (Macintosh)                |
| CP\_Cyrillic             | Kyrillisch (Windows, 1251)           |
| CP\_Cyrillic\_ISO        | Kyrillisch (ISO, 8859-5)             |
| CP\_Cyrillic\_Macintosh  | Kyrillisch (Macintosh)               |
| CP\_Cyrillic\_MSDOS      | Kyrillisch (DOS, 855)                |
| CP\_Digits               | Ziffern                              |
| CP\_EasternEuropean      | Mitteleuropäisch (Windows, 1250)     |
| CP\_EasternEuropean\_ISO | Mitteleuropäisch (ISO, 8859-2)       |
| CP\_Greek                | Griechisch (Windows, 1253)           |
| CP\_Greek\_737           | Griechisch (DOS, 737)                |
| CP\_Greek\_869           | Neugriechisch (DOS, 869)             |
| CP\_Greek\_ISO           | Griechisch (ISO, 8859-7)             |
| CP\_Greek\_Macintosh     | Griechisch 1 (Macintosh)             |
| CP\_Hebrew               | Hebräisch (Windows, 1255)            |
| CP\_Hebrew\_ISO          | Hebräisch (ISO, 8859-8)              |
| CP\_Hebrew\_Macintosh    | Hebräisch (Macintosh)                |
| CP\_Hebrew\_MSDOS        | Hebräisch (DOS, 862)                 |
| CP\_Icelandic\_Macintosh | Isländisch (Macintosh)               |
| CP\_Japan\_Mac           | Japanisch (Mac)                      |
| CP\_Japan\_SJIS          | Japanisch (Shift-JIS)                |
| CP\_KOI8                 | Russisch (KOI8)                      |
| CP\_Korean               | Koreanisch                           |
| CP\_Korean\_Johab        | Koreanisch (Johab)                   |
| CP\_Korean\_Mac          | Koreanisch (Mac)                     |
| CP\_Latin                | Westeuropäisch (Windows, 1252)       |
| CP\_Latin\_ISO           | Lateinisch 1 (ISO, 8859-1)           |
| CP\_Latin2\_Macintosh    | Lateinisch 2 (Macintosh)             |
| CP\_Latin5\_ISO          | Türkisch (ISO, 8859-9)               |
| CP\_LatinI\_MSDOS        | Mehrsprachig Lateinisch 1 (DOS, 850) |
| CP\_Mathematical         | Mathematische Symbole                |
| CP\_Null                 | Ungültige Codepage                   |
| CP\_Roman\_Macintosh     | Roman (Macintosh)                    |
| CP\_Russian\_MSDOS       | Russisch (DOS, 866)                  |
| CP\_Slavic\_MSDOS        | Lateinisch 2 (DOS, 852)              |
| CP\_Tatar                | Tatarisch (Windows)                  |
| CP\_Tatar\_MSDOS         | Tatarisch (DOS)                      |
| CP\_Thai                 | Thai (Windows, 874)                  |
| CP\_Thai\_Macintosh      | Thai (Macintosh)                     |
| CP\_Turkish              | Türkisch (Windows, 1254)             |
| CP\_Turkish\_IBM         | Türkisch (DOS, 857)                  |
| CP\_Turkish\_ISO         | Lateinisch 3 (ISO, 8859-3)           |
| CP\_Turkish\_Macintosh   | Türkisch (Macintosh)                 |
| CP\_Ukrainian\_Macintosh | Ukrainisch (Macintosh)               |
| CP\_US\_MSDOS            | US (DOS, 437)                        |
| CP\_Vietnamese           | Vietnamesisch                        |

<div id="used-in">
  ## Verwendet in
</div>

[ITextExportParams::CodePage](/de/fine-reader/engine/api-reference/parameter-objects/export-parameters/textexportparams#codepage)

[IHTMLExportParams::CodePage](/de/fine-reader/engine/api-reference/parameter-objects/export-parameters/htmlexportparams#codepage)

[IBarcodeParams::CodePage](/de/fine-reader/engine/api-reference/parameter-objects/preprocessing-analysis-recognition-and-synthesis-parameters/barcodeparams#codepage)

[IPlainText::SaveToTextFile](/de/fine-reader/engine/api-reference/text-related-objects/plaintext/savetotextfile-method)
