java.lang.Object
org.seppiko.commons.utils.ExtendedCharsets
Extended Charsets
- Author:
- Leonard Woo
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CharsetBig5 is encoding Traditional Chinese.static final CharsetEUC_JP is included JIS-X 0201, 0208 and 0212, EUC encoding Japanese.static final CharsetEUC_KR is encoding Korean.static final CharsetGB18030 is encoding Simplified Chinese, PRC standard.static final CharsetShift_JIS (SJIS) is encoding Japanese. -
Method Summary
-
Field Details
-
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
Big5 is encoding Traditional Chinese. -
EUC_JP
EUC_JP is included JIS-X 0201, 0208 and 0212, EUC encoding Japanese. -
SJIS
Shift_JIS (SJIS) is encoding Japanese. -
EUC_KR
EUC_KR is encoding Korean.
-