1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
|
#define T_MAP_ISO_8859_10 LATIN6
#define T_MAP_ISO_IR_157 LATIN6
#define T_MAP_L6 LATIN6
#define T_MAP_LATIN6 LATIN6
#define T_MAP_ISO_8859_13 LATIN7
#define T_MAP_ISO_BALTIC LATIN7
#define T_MAP_ISO_IR_179A LATIN7
#define T_MAP_L7 LATIN7
#define T_MAP_LATIN7 LATIN7
#define T_MAP_ISO_8859_14 LATIN8
#define T_MAP_ISO_CELTIC LATIN8
#define T_MAP_ISO_IR_199 LATIN8
#define T_MAP_L8 LATIN8
#define T_MAP_LATIN8 LATIN8
#define T_MAP_ISO_8859_15 LATIN9
#define T_MAP_ISO_IR_203 LATIN9
#define T_MAP_L9 LATIN9
#define T_MAP_LATIN9 LATIN9
#define T_MAP_CP1250 CP1250
#define T_MAP_1250 CP1250
#define T_MAP_MS_EE CP1250
#define T_MAP_WINDOWS_1250 CP1250
#define T_MAP_CP1251 CP1251
#define T_MAP_1251 CP1251
#define T_MAP_MS_CYRL CP1251
#define T_MAP_WINDOWS_1251 CP1251
#define T_MAP_CP1252 CP1252
#define T_MAP_1252 CP1252
#define T_MAP_MS_ANSI CP1252
#define T_MAP_WINDOWS_1252 CP1252
#define T_MAP_CP1253 CP1253
#define T_MAP_1253 CP1253
#define T_MAP_MS_GREEK CP1253
#define T_MAP_WINDOWS_1253 CP1253
#define T_MAP_CP1254 CP1254
#define T_MAP_1254 CP1254
#define T_MAP_MS_TURK CP1254
#define T_MAP_WINDOWS_1254 CP1254
#define T_MAP_CP1255 CP1255
#define T_MAP_1255 CP1255
#define T_MAP_MS_HEBR CP1255
#define T_MAP_WINDOWS_1255 CP1255
#define T_MAP_CP1256 CP1256
#define T_MAP_1256 CP1256
#define T_MAP_MS_ARAB CP1256
#define T_MAP_WINDOWS_1256 CP1256
#define T_MAP_CP1257 CP1257
#define T_MAP_1257 CP1257
#define T_MAP_WINBALTRIM CP1257
#define T_MAP_WINDOWS_1257 CP1257
#define T_MAP_IBM851 IBM851
#define T_MAP_851 IBM851
#define T_MAP_CP851 IBM851
#define T_MAP_IBM852 IBM852
#define T_MAP_852 IBM852
#define T_MAP_CP852 IBM852
#define T_MAP_PCL2 IBM852
#define T_MAP_PCLATIN2 IBM852
#define T_MAP_IBM855 IBM855
#define T_MAP_855 IBM855
#define T_MAP_CP855 IBM855
#define T_MAP_IBM857 IBM857
#define T_MAP_857 IBM857
#define T_MAP_CP857 IBM857
|