The Charset
simple type is an unsigned 8-bit integer that specifies the character
set of text. MUST be one of the following values.
Value
Meaning
0
ANSI_CHARSET
1
DEFAULT_CHARSET
(Specifies a character set (1) based on the current system locale; for
example, when the system locale is United States English, the default
character set (1) is ANSI_CHARSET.)
2
SYMBOL_CHARSET
77
MAC_CHARSET
128
SHIFTJIS_CHARSET
129
HANGUL_CHARSET
130
JOHAB_CHARSET
134
GB2312_CHARSET
136
CHINESEBIG5_CHARSET
161
GREEK_CHARSET
162
TURKISH_CHARSET
163
VIETNAMESE_CHARSET
177
HEBREW_CHARSET
178
ARABIC_CHARSET
186
BALTIC_CHARSET
204
RUSSIAN_CHARSET
222
THAI_CHARSET
238
EASTEUROPE_CHARSET
255
OEM_CHARSET
(Specifies a mapping to one of the OEM code pages, according to the current
system locale setting.)