Microsoft DirectX 8.0

DVD_TextCharSet Enumeration

Enumerated Types

Defines which character set a specified string is encoded with.

Syntax

enum DVD_TextCharSet {
    DVD_CharSet_Unicode                       = 0,
    DVD_CharSet_ISO646                        = 1,
    DVD_CharSet_JIS_Roman_Kanji               = 2,
    DVD_CharSet_ISO8859_1                     = 3,
    DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana = 4
};

Elements

DVD_CharSet_Unicode
Unicode™ character set.
DVD_CharSet_ISO646
ISO 646 character set.
DVD_CharSet_JIS_Roman_Kanji
JIS Roman Kanji character set.
DVD_CharSet_ISO8859_1
ISO 8859-1 character set.
DVD_CharSet_ShiftJIS_Kanji_Roman_Katakana
JIS Kanji-Roman-Katakana character set.