> ## 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 dans l’API ABBYY FineReader Engine — pages de code standard Win32 utilisées pour l’encodage du texte.

L’énumération CodePageEnum représente les pages de code définies par le standard Win32.

```
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">
  ## Éléments
</div>

| Nom                      | Description                         |
| ------------------------ | ----------------------------------- |
| CP\_Armenian             | Arménien (Windows)                  |
| CP\_Armenian\_Macintosh  | Arménien (Macintosh)                |
| CP\_Armenian\_MSDOS      | Arménien (DOS)                      |
| CP\_Baltic               | Balte (Windows) (1257)              |
| CP\_Baltic\_ISO          | Balte (ISO) (8859-4)                |
| CP\_Baltic\_MSDOS        | Balte (DOS) (775)                   |
| CP\_Bashkir              | Bachkir (Windows)                   |
| CP\_Chinese\_Simpl\_GB   | Chinois simplifié (GB2312)          |
| CP\_Chinese\_Simpl\_Mac  | Chinois simplifié (Mac)             |
| CP\_Chinese\_Trad\_Big   | Chinois traditionnel (Big5)         |
| CP\_Chinese\_Trad\_Mac   | Chinois traditionnel (Mac)          |
| CP\_Croatian\_Macintosh  | Croate (Macintosh)                  |
| CP\_Cyrillic             | Cyrillique (Windows) (1251)         |
| CP\_Cyrillic\_ISO        | Cyrillique (ISO) (8859-5)           |
| CP\_Cyrillic\_Macintosh  | Cyrillique (Macintosh)              |
| CP\_Cyrillic\_MSDOS      | Cyrillique (DOS) (855)              |
| CP\_Digits               | Chiffres                            |
| CP\_EasternEuropean      | Europe centrale (Windows) (1250)    |
| CP\_EasternEuropean\_ISO | Europe centrale (ISO) (8859-2)      |
| CP\_Greek                | Grec (Windows) (1253)               |
| CP\_Greek\_737           | Grec (DOS) (737)                    |
| CP\_Greek\_869           | Grec moderne (DOS) (869)            |
| CP\_Greek\_ISO           | Grec (ISO) (8859-7)                 |
| CP\_Greek\_Macintosh     | Grec Macintosh 1                    |
| CP\_Hebrew               | Hébreu (Windows) (1255)             |
| CP\_Hebrew\_ISO          | Hébreu (ISO) (8859-8)               |
| CP\_Hebrew\_Macintosh    | Hébreu (Macintosh)                  |
| CP\_Hebrew\_MSDOS        | Hébreu (DOS) (862)                  |
| CP\_Icelandic\_Macintosh | Islandais (Macintosh)               |
| CP\_Japan\_Mac           | Japonais (Mac)                      |
| CP\_Japan\_SJIS          | Japonais (Shift-JIS)                |
| CP\_KOI8                 | Russe KOI8                          |
| CP\_Korean               | Coréen                              |
| CP\_Korean\_Johab        | Coréen (Johab)                      |
| CP\_Korean\_Mac          | Coréen (Mac)                        |
| CP\_Latin                | Europe occidentale (Windows) (1252) |
| CP\_Latin\_ISO           | Latin 1 (ISO) (8859-1)              |
| CP\_Latin2\_Macintosh    | Latin 2 (Macintosh)                 |
| CP\_Latin5\_ISO          | Turc (ISO) (8859-9)                 |
| CP\_LatinI\_MSDOS        | Latin 1 multilingue (DOS) (850)     |
| CP\_Mathematical         | Symboles mathématiques              |
| CP\_Null                 | Page de code non valide             |
| CP\_Roman\_Macintosh     | Roman (Macintosh)                   |
| CP\_Russian\_MSDOS       | Russe (DOS) (866)                   |
| CP\_Slavic\_MSDOS        | Latin 2 (DOS) (852)                 |
| CP\_Tatar                | Tatar (Windows)                     |
| CP\_Tatar\_MSDOS         | Tatar (DOS)                         |
| CP\_Thai                 | Thaï (Windows) (874)                |
| CP\_Thai\_Macintosh      | Thaï (Macintosh)                    |
| CP\_Turkish              | Turc (Windows) ( 1254)              |
| CP\_Turkish\_IBM         | Turc (DOS) (857)                    |
| CP\_Turkish\_ISO         | Latin 3 (ISO) (8859-3)              |
| CP\_Turkish\_Macintosh   | Turc (Macintosh)                    |
| CP\_Ukrainian\_Macintosh | Ukrainien (Macintosh)               |
| CP\_US\_MSDOS            | États-Unis (DOS) (437)              |
| CP\_Vietnamese           | Vietnamien                          |

<div id="used-in">
  ## Utilisé dans
</div>

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

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

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

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