Class ExtendedCharsets

java.lang.Object
org.seppiko.commons.utils.ExtendedCharsets

public final class ExtendedCharsets extends Object
Extended Charsets
Author:
Leonard Woo
See Also:
  • Field Details

    • GB18030

      public static final Charset GB18030
      GB18030 is encoding Simplified Chinese, PRC standard. Compatible with GB2312 and GBK. gb18030-2022 or gb18030-2000 if the system property and value jdk.charset.GB18030=2000 are specified.
    • BIG5

      public static final Charset BIG5
      Big5 is encoding Traditional Chinese.
    • EUC_JP

      public static final Charset EUC_JP
      EUC_JP is included JIS-X 0201, 0208 and 0212, EUC encoding Japanese.
    • SJIS

      public static final Charset SJIS
      Shift_JIS (SJIS) is encoding Japanese.
    • EUC_KR

      public static final Charset EUC_KR
      EUC_KR is encoding Korean.