client/EterLocale/CodePageId.h

47 lines
1.0 KiB
C

#pragma once
#define CP_874 874 // Thai
#define CP_THAI CP_874
#define CP_932 932 // Japanese
#define CP_JAPANESE CP_932
#define CP_936 936 // Chinese(Simplefied)
#define CP_CHINESE_SIMPLE CP_936
#define CP_949 949 // Hangeul
#define CP_HANGUL CP_949
#define CP_950 950 // Chinese(Traditional)
#define CP_CHINESE_TRAD CP_950
#define CP_1250 1250 // Middle and East Europe
#define CP_EASTEUROPE CP_1250
#define CP_1251 1251 // Cyrillic
#define CP_CYRILLIC CP_1251
#define CP_1252 1252 // Latin
#define CP_LATIN CP_1252
#define CP_1253 1253 // Greek
#define CP_GREEK CP_1253
#define CP_1254 1254 // Turkish
#define CP_TURKISH CP_1254
#define CP_1255 1255 // Hebrew
#define CP_HEBREW CP_1255
#define CP_1256 1256 // Aralic
#define CP_ARABIC CP_1256
#define CP_1257 1257 // Baltic
#define CP_BALTIC CP_1257
#define CP_1258 1258 // Vietnamese
#define CP_VIETNAMESE CP_1258
#define CP_65001 65001 // UTF-8
//#define CP_UTF8 65001 // UTF-8 translation