com.supermap.data
Class Charset
- java.lang.Object
-
- com.supermap.data.Charset
-
public class Charset extends java.lang.Object
This class defines the vector data character set type constant.
-
-
Field Summary
Fields Modifier and Type Field and Description static Charset
ANSI
ASCII character set.static Charset
ARABIC
Arabic character set.static Charset
BALTIC
Baltic character set.static Charset
CHINESEBIG5
Chinese character set used mostly in Hong Kong SAR and Taiwan.static Charset
CYRILLIC
Cyrillic (Windows).static Charset
DEFAULT
Extended ASCII character set.static Charset
EASTEUROPE
Eastern European character set.static Charset
GB18030
Chinese character set used in mainland china.static Charset
GREEK
Greek character set.static Charset
HANGEUL
Another common spelling of the Korean character.static Charset
HEBREW
Hebrew character set.static Charset
JOHAB
Korean character set.static Charset
KOREAN
Korean character set.static Charset
MAC
Characters used by Macintosh.static Charset
OEM
Extended ASCII character set.static Charset
RUSSIAN
Russian character set.static Charset
SHIFTJIS
Japanese character set.static Charset
SYMBOL
Symbol character set.static Charset
THAI
Tai character set.static Charset
TURKISH
Turkish character set.static Charset
UNICODE
A computing industry standard for the consistent encoding, representing and handling of the text expressed in most of the world's writing systems.static Charset
UTF32
Unicode Transformation Format-32.static Charset
UTF7
Unicode Transformation Format-7.static Charset
UTF8
Unicode Transformation Format-8.static Charset
VIETNAMESE
Vietnamese character set.static Charset
WINDOWS1252
A character encoding of the Latin alphabet, used by the default in the legacy components of Microsoft Windows in English and some other western languages.static Charset
XIA5
IA5.static Charset
XIA5GERMAN
IA5 (German).static Charset
XIA5NORWEGIAN
IA5 (Norwegian).static Charset
XIA5SWEDISH
IA5 (Swedish).
-
-
-
Field Detail
-
ANSI
public static final Charset ANSI
ASCII character set.
-
DEFAULT
public static final Charset DEFAULT
Extended ASCII character set.
-
SYMBOL
public static final Charset SYMBOL
Symbol character set.
-
MAC
public static final Charset MAC
Characters used by Macintosh.
-
SHIFTJIS
public static final Charset SHIFTJIS
Japanese character set.
-
HANGEUL
public static final Charset HANGEUL
Another common spelling of the Korean character.
-
JOHAB
public static final Charset JOHAB
Korean character set.
-
GB18030
public static final Charset GB18030
Chinese character set used in mainland china.
-
CHINESEBIG5
public static final Charset CHINESEBIG5
Chinese character set used mostly in Hong Kong SAR and Taiwan.
-
GREEK
public static final Charset GREEK
Greek character set.
-
TURKISH
public static final Charset TURKISH
Turkish character set.
-
VIETNAMESE
public static final Charset VIETNAMESE
Vietnamese character set.
-
HEBREW
public static final Charset HEBREW
Hebrew character set.
-
ARABIC
public static final Charset ARABIC
Arabic character set.
-
BALTIC
public static final Charset BALTIC
Baltic character set.
-
RUSSIAN
public static final Charset RUSSIAN
Russian character set.
-
THAI
public static final Charset THAI
Tai character set.
-
EASTEUROPE
public static final Charset EASTEUROPE
Eastern European character set.
-
OEM
public static final Charset OEM
Extended ASCII character set.
-
UTF8
public static final Charset UTF8
Unicode Transformation Format-8. A variable-length character encoding for Unicode.
-
UTF7
public static final Charset UTF7
Unicode Transformation Format-7. A variable-length character encoding that was proposed for representing Unicode text using a stream of ASCII characters.
-
UTF32
public static final Charset UTF32
Unicode Transformation Format-32. A character encoding schema that maps code points of Unicode character set to a sequence of 4 bytes (32 bites).
-
WINDOWS1252
public static final Charset WINDOWS1252
A character encoding of the Latin alphabet, used by the default in the legacy components of Microsoft Windows in English and some other western languages. Windows1252 (the Windows 9x standard for Western European languages).
-
KOREAN
public static final Charset KOREAN
Korean character set.
-
UNICODE
public static final Charset UNICODE
A computing industry standard for the consistent encoding, representing and handling of the text expressed in most of the world's writing systems.
-
CYRILLIC
public static final Charset CYRILLIC
Cyrillic (Windows).
-
XIA5
public static final Charset XIA5
IA5.
-
XIA5GERMAN
public static final Charset XIA5GERMAN
IA5 (German).
-
XIA5SWEDISH
public static final Charset XIA5SWEDISH
IA5 (Swedish).
-
XIA5NORWEGIAN
public static final Charset XIA5NORWEGIAN
IA5 (Norwegian).
-
-