Provides a list of language code page value settings (Bentley/CodePages.h). More...
Go to the source code of this file.
Namespaces | |
Bentley | |
The Bentley namespace contains types defined by the Bentley Library. | |
Enumerations | |
enum | LangCodePage { Unknown = -1, None = 0, OEM_US = 437, Transparent_ASMO = 720, OEM_Greek = 737, OEM_Baltic = 775, OEM_Multilingual = 850, OEM_LatinII = 852, OEM_Cryllic = 855, OEM_Turkish = 857, OEM_LatinI = 858, OEM_Hebrew = 862, OEM_Russian = 866, OEM_Thai = 874, Japanese = 932, Simplified_Chinese = 936, Korean = 949, Traditional_Chinese = 950, Unicode = 1200, UNICODE_UCS2_Little_Endian = 1200, UNICODE_UCS2_Big_Endian = 1201, Central_European = 1250, Cyrillic = 1251, LatinI = 1252, Greek = 1253, Turkish = 1254, Hebrew = 1255, Arabic = 1256, Baltic = 1257, Vietnamese = 1258, Johab = 1361, ISO_8859_1 = 28591, ISO_8859_2 = 28592, ISO_8859_3 = 28593, ISO_8859_4 = 28594, ISO_8859_5 = 28595, ISO_8859_6 = 28596, ISO_8859_7 = 28597, ISO_8859_8 = 28598, ISO_8859_9 = 28599, ISO_8859_15 = 28605, ISCII_UNICODE_UTF_7 = 65000, ISCII_UNICODE_UTF_8 = 65001 } |
Provides a list of language code page value settings (Bentley/CodePages.h).