Enum CharacterSet
Character set identifiers are used in StyleSetCharacterSet(int, CharacterSet).
The values are the same as the Windows *CHARSET values. (Scintilla feature SC_CHARSET_)
public enum CharacterSet
Fields
ANSI = 0ARABIC = 178BALTIC = 186CHINESEBIG5 = 136CYRILLIC = 1251DEFAULT = 1EASTEUROPE = 238GB2312 = 134GREEK = 161HANGUL = 129HEBREW = 177JOHAB = 130MAC = 77OEM = 255OEM866 = 866RUSSIAN = 204SHIFTJIS = 128SYMBOL = 2THAI = 222TURKISH = 162VIETNAMESE = 163_8859_15 = 1000