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 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).