new encodings in 1.8

R

Roedy Green

There are new encodings in JDK 1.8

CESU-8 (an UTF-8 variant)
KOI8

here is what is available:

## encoding, bits, endian
Big5, 0, -
Big5-HKSCS, 0, -
CESU-8, 8, - # added JDK 1.8.0, like UTF-8
EUC-JP, 0, -
EUC-KR, 0, -
GB18030, 0, -
GB2312, 0, -
GBK, 0, -
IBM-Thai, 8, -
IBM00858, 8, -
IBM01140, 8, -
IBM01141, 8, -
IBM01142, 8, -
IBM01143, 8, -
IBM01144, 8, -
IBM01145, 8, -
IBM01146, 8, -
IBM01147, 8, -
IBM01148, 8, -
IBM01149, 8, -
IBM037, 8, -
IBM1026, 8, -
IBM1047, 8, -
IBM273, 8, -
IBM277, 8, -
IBM278, 8, -
IBM280, 8, -
IBM284, 8, -
IBM285, 8, -
IBM290, 8, - # added JDK 1.7.0_51
IBM297, 8, -
IBM420, 8, -
IBM424, 8, -
IBM437, 8, -
IBM500, 8, -
IBM775, 8, -
IBM850, 8, -
IBM852, 8, -
IBM855, 8, -
IBM857, 8, -
IBM860, 8, -
IBM861, 8, -
IBM862, 8, -
IBM863, 8, -
IBM864, 8, -
IBM865, 8, -
IBM866, 8, -
IBM868, 8, -
IBM869, 8, -
IBM870, 8, -
IBM871, 8, -
IBM918, 8, -
ISO-2022-CN, 0, -
ISO-2022-JP, 0, -
ISO-2022-JP-2, 0, -
ISO-2022-KR, 0, -
ISO-8859-1, 8, -
ISO-8859-13, 8, -
ISO-8859-15, 8, -
ISO-8859-2, 8, -
ISO-8859-3, 8, -
ISO-8859-4, 8, -
ISO-8859-5, 8, -
ISO-8859-6, 8, -
ISO-8859-7, 8, -
ISO-8859-8, 8, -
ISO-8859-9, 8, -
JIS_X0201, 8, -
JIS_X0212-1990, 0, -
KOI8, 8, - # added JDK 1.8.0
KOI8-R, 8, -
KOI8-U, 8, -
Shift_JIS, 0, -
TIS-620, 8, -
US-ASCII, 8, -
UTF-16, 16, big
UTF-16BE, 16, big
UTF-16LE, 16, little
UTF-32, 32, big
UTF-32BE, 32, big
UTF-32LE, 32, little
UTF-8, 0, - # variable length
windows-1250, 8, -
windows-1251, 8, -
windows-1252, 8, -
windows-1253, 8, -
windows-1254, 8, -
windows-1255, 8, -
windows-1256, 8, -
windows-1257, 8, -
windows-1258, 8, -
windows-31j, 0, -
x-Big5-HKSCS-2001, 0, -
x-Big5-Solaris, 0, -
x-euc-jp-linux, 0, -
x-EUC-TW, 0, -
x-eucJP-Open, 0, -
x-IBM1006, 8, -
x-IBM1025, 8, -
x-IBM1046, 8, -
x-IBM1097, 8, -
x-IBM1098, 8, -
x-IBM1112, 8, -
x-IBM1122, 8, -
x-IBM1123, 8, -
x-IBM1124, 8, -
x-IBM1364, 0, -
x-IBM1381, 0, -
x-IBM1383, 0, -
x-IBM300, 0, - # added JDK 1.7.0_51
x-IBM33722, 0, -
x-IBM737, 8, -
x-IBM833, 8, -
x-IBM834, 0, -
x-IBM856, 8, -
x-IBM874, 8, -
x-IBM875, 8, -
x-IBM921, 8, -
x-IBM922, 8, -
x-IBM930, 0, -
x-IBM933, 0, -
x-IBM935, 0, -
x-IBM937, 0, -
x-IBM939, 0, -
x-IBM942, 0, -
x-IBM942C, 0, -
x-IBM943, 0, -
x-IBM943C, 0, -
x-IBM948, 0, -
x-IBM949, 0, -
x-IBM949C, 0, -
x-IBM950, 0, -
x-IBM964, 0, -
x-IBM970, 0, -
x-ISCII91, 0, -
x-ISO-2022-CN-CNS, 0, -
x-ISO-2022-CN-GB, 0, -
x-iso-8859-11, 8, -
x-JIS0208, 0, -
x-JISAutoDetect, 0, -
x-Johab, 0, -
x-MacArabic, 8, -
x-MacCentralEurope, 8, -
x-MacCroatian, 8, -
x-MacCyrillic, 8, -
x-MacDingbat, 8, -
x-MacGreek, 8, -
x-MacHebrew, 8, -
x-MacIceland, 8, -
x-MacRoman, 8, -
x-MacRomania, 8, -
x-MacSymbol, 8, -
x-MacThai, 8, -
x-MacTurkish, 8, -
x-MacUkraine, 8, -
x-MS932_0213, 0, -
x-MS950-HKSCS, 0, -
x-MS950-HKSCS-XP, 0, -
x-mswin-936, 0, -
x-PCK, 0, -
x-SJIS_0213, 0, -
x-UTF-16LE-BOM, 16, little
X-UTF-32BE-BOM, 32, big
X-UTF-32LE-BOM, 32, little
x-windows-50220, 0, -
x-windows-50221, 0, -
x-windows-874, 8, -
x-windows-949, 0, -
x-windows-950, 0, -
x-windows-iso2022jp, 0, -
--
Roedy Green Canadian Mind Products http://mindprod.com
"A great lathe operator commands several times the wage of an average lathe
operator, but a great writer of software code is worth 10,000 times the
price of an average software writer."
~ Bill Gates
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top