|
1 # |
|
2 # Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved. |
|
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
4 # |
|
5 # This code is free software; you can redistribute it and/or modify it |
|
6 # under the terms of the GNU General Public License version 2 only, as |
|
7 # published by the Free Software Foundation. Oracle designates this |
|
8 # particular file as subject to the "Classpath" exception as provided |
|
9 # by Oracle in the LICENSE file that accompanied this code. |
|
10 # |
|
11 # This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 # version 2 for more details (a copy is included in the LICENSE file that |
|
15 # accompanied this code). |
|
16 # |
|
17 # You should have received a copy of the GNU General Public License version |
|
18 # 2 along with this work; if not, write to the Free Software Foundation, |
|
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 # |
|
21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
|
22 # or visit www.oracle.com if you need additional information or have any |
|
23 # questions. |
|
24 # |
|
25 |
|
26 ######################################################## |
|
27 # |
|
28 # Standard charsets provided by StandardCharsets provider. |
|
29 # |
|
30 # Note that these "standard" charsets listed here are not |
|
31 # necessary to be the "Standard charsets" defined in the |
|
32 # specification of java.nio.charset.Charset. Instead these |
|
33 # are the charsets that this implementation believes should |
|
34 # be packaged into the charsets provider class "StandardCharsets" |
|
35 # which is initialized at startup time by java.nio.charset.Charset, |
|
36 # compared to the charsets packaged in "ExtendedCharsets" provider, |
|
37 # which is lazy initialized. |
|
38 ######################################################## |
|
39 |
|
40 charset US-ASCII US_ASCII |
|
41 package sun.nio.cs |
|
42 type source |
|
43 alias iso-ir-6 # IANA aliases |
|
44 alias ANSI_X3.4-1986 |
|
45 alias ISO_646.irv:1991 |
|
46 alias ASCII |
|
47 alias ISO646-US |
|
48 alias us |
|
49 alias IBM367 |
|
50 alias cp367 |
|
51 alias csASCII |
|
52 alias default |
|
53 # Other aliases |
|
54 alias 646 # Solaris POSIX locale |
|
55 alias iso_646.irv:1983 |
|
56 alias ANSI_X3.4-1968 # Linux POSIX locale (RedHat) |
|
57 alias ascii7 |
|
58 |
|
59 charset UTF-8 UTF_8 |
|
60 package sun.nio.cs |
|
61 type source |
|
62 alias UTF8 # JDK historical |
|
63 alias unicode-1-1-utf-8 |
|
64 |
|
65 charset CESU-8 CESU_8 |
|
66 package sun.nio.cs |
|
67 type source |
|
68 alias CESU8 |
|
69 alias csCESU-8 |
|
70 |
|
71 charset UTF-16 UTF_16 |
|
72 package sun.nio.cs |
|
73 type source |
|
74 alias UTF_16 # JDK historical |
|
75 alias utf16 |
|
76 alias unicode |
|
77 alias UnicodeBig |
|
78 |
|
79 charset UTF-16BE UTF_16BE |
|
80 package sun.nio.cs |
|
81 type source |
|
82 alias UTF_16BE |
|
83 alias ISO-10646-UCS-2 |
|
84 alias X-UTF-16BE |
|
85 alias UnicodeBigUnmarked |
|
86 |
|
87 charset UTF-16LE UTF_16LE |
|
88 package sun.nio.cs |
|
89 type source |
|
90 alias UTF_16LE |
|
91 alias X-UTF-16LE |
|
92 alias UnicodeLittleUnmarked |
|
93 |
|
94 charset x-UTF-16LE-BOM UTF_16LE_BOM |
|
95 package sun.nio.cs |
|
96 type source |
|
97 alias UnicodeLittle |
|
98 |
|
99 charset UTF-32 UTF_32 |
|
100 package sun.nio.cs |
|
101 type source |
|
102 alias UTF_32 |
|
103 alias UTF32 |
|
104 |
|
105 charset UTF-32LE UTF_32LE |
|
106 package sun.nio.cs |
|
107 type source |
|
108 alias UTF_32LE |
|
109 alias X-UTF-32LE |
|
110 |
|
111 charset UTF-32BE UTF_32BE |
|
112 package sun.nio.cs |
|
113 type source |
|
114 alias UTF_32BE |
|
115 alias X-UTF-32BE |
|
116 |
|
117 charset X-UTF-32LE-BOM UTF_32LE_BOM |
|
118 package sun.nio.cs |
|
119 type source |
|
120 alias UTF_32LE_BOM |
|
121 alias UTF-32LE-BOM |
|
122 |
|
123 charset X-UTF-32BE-BOM UTF_32BE_BOM |
|
124 package sun.nio.cs |
|
125 type source |
|
126 alias UTF_32BE_BOM |
|
127 alias UTF-32BE-BOM |
|
128 |
|
129 charset ISO-8859-1 ISO_8859_1 |
|
130 package sun.nio.cs |
|
131 type source |
|
132 alias iso-ir-100 # IANA aliases |
|
133 alias ISO_8859-1 |
|
134 alias latin1 |
|
135 alias l1 |
|
136 alias IBM819 |
|
137 alias cp819 |
|
138 alias csISOLatin1 |
|
139 alias 819 # Other aliases |
|
140 alias IBM-819 |
|
141 alias ISO8859_1 |
|
142 alias ISO_8859-1:1987 |
|
143 alias ISO_8859_1 |
|
144 alias 8859_1 |
|
145 alias ISO8859-1 |
|
146 |
|
147 charset ISO-8859-2 ISO_8859_2 |
|
148 package sun.nio.cs |
|
149 type sbcs |
|
150 hisname ISO8859_2 |
|
151 ascii true |
|
152 alias iso8859_2 # JDK historical |
|
153 alias 8859_2 |
|
154 alias iso-ir-101 |
|
155 alias ISO_8859-2 |
|
156 alias ISO_8859-2:1987 |
|
157 alias ISO8859-2 |
|
158 alias latin2 |
|
159 alias l2 |
|
160 alias ibm912 |
|
161 alias ibm-912 |
|
162 alias cp912 |
|
163 alias 912 |
|
164 alias csISOLatin2 |
|
165 |
|
166 charset ISO-8859-4 ISO_8859_4 |
|
167 package sun.nio.cs |
|
168 type sbcs |
|
169 hisname ISO8859_4 |
|
170 ascii true |
|
171 alias iso8859_4 # JDK historical |
|
172 alias iso8859-4 |
|
173 alias 8859_4 |
|
174 alias iso-ir-110 |
|
175 alias ISO_8859-4 |
|
176 alias ISO_8859-4:1988 |
|
177 alias latin4 |
|
178 alias l4 |
|
179 alias ibm914 |
|
180 alias ibm-914 |
|
181 alias cp914 |
|
182 alias 914 |
|
183 alias csISOLatin4 |
|
184 |
|
185 charset ISO-8859-5 ISO_8859_5 |
|
186 package sun.nio.cs |
|
187 type sbcs |
|
188 hisname ISO8859_5 |
|
189 ascii true |
|
190 alias iso8859_5 # JDK historical |
|
191 alias 8859_5 |
|
192 alias iso-ir-144 |
|
193 alias ISO_8859-5 |
|
194 alias ISO_8859-5:1988 |
|
195 alias ISO8859-5 |
|
196 alias cyrillic |
|
197 alias ibm915 |
|
198 alias ibm-915 |
|
199 alias cp915 |
|
200 alias 915 |
|
201 alias csISOLatinCyrillic |
|
202 |
|
203 charset ISO-8859-7 ISO_8859_7 |
|
204 package sun.nio.cs |
|
205 type sbcs |
|
206 hisname ISO8859_7 |
|
207 ascii true |
|
208 alias iso8859_7 # JDK historical |
|
209 alias 8859_7 |
|
210 alias iso-ir-126 |
|
211 alias ISO_8859-7 |
|
212 alias ISO_8859-7:1987 |
|
213 alias ELOT_928 |
|
214 alias ECMA-118 |
|
215 alias greek |
|
216 alias greek8 |
|
217 alias csISOLatinGreek |
|
218 alias sun_eu_greek # Solaris 7/8 compatibility |
|
219 alias ibm813 |
|
220 alias ibm-813 |
|
221 alias 813 |
|
222 alias cp813 |
|
223 alias iso8859-7 # Solaris 9 compatibility |
|
224 |
|
225 charset ISO-8859-9 ISO_8859_9 |
|
226 package sun.nio.cs |
|
227 type sbcs |
|
228 hisname ISO8859_9 |
|
229 ascii true |
|
230 alias iso8859_9 # JDK historical |
|
231 alias 8859_9 |
|
232 alias iso-ir-148 |
|
233 alias ISO_8859-9 |
|
234 alias ISO_8859-9:1989 |
|
235 alias ISO8859-9 |
|
236 alias latin5 |
|
237 alias l5 |
|
238 alias ibm920 |
|
239 alias ibm-920 |
|
240 alias 920 |
|
241 alias cp920 |
|
242 alias csISOLatin5 |
|
243 |
|
244 charset ISO-8859-13 ISO_8859_13 |
|
245 package sun.nio.cs |
|
246 type sbcs |
|
247 hisname ISO8859_13 |
|
248 ascii true |
|
249 alias iso8859_13 # JDK historical |
|
250 alias 8859_13 |
|
251 alias iso_8859-13 |
|
252 alias ISO8859-13 |
|
253 |
|
254 charset ISO-8859-15 ISO_8859_15 |
|
255 package sun.nio.cs |
|
256 type sbcs |
|
257 hisname ISO8859_15 |
|
258 ascii true |
|
259 alias ISO_8859-15 # IANA alias |
|
260 alias Latin-9 |
|
261 alias csISO885915 |
|
262 alias 8859_15 # Other aliases |
|
263 alias ISO-8859-15 |
|
264 alias ISO8859_15 |
|
265 alias ISO8859-15 |
|
266 alias IBM923 |
|
267 alias IBM-923 |
|
268 alias cp923 |
|
269 alias 923 |
|
270 alias LATIN0 |
|
271 alias LATIN9 |
|
272 alias L9 |
|
273 alias csISOlatin0 |
|
274 alias csISOlatin9 |
|
275 alias ISO8859_15_FDIS |
|
276 |
|
277 charset ISO-8859-16 ISO_8859_16 |
|
278 package sun.nio.cs |
|
279 type sbcs |
|
280 hisname ISO8859_16 |
|
281 ascii true |
|
282 alias iso-ir-226 |
|
283 alias ISO_8859-16:2001 |
|
284 alias ISO_8859-16 |
|
285 alias latin10 |
|
286 alias l10 |
|
287 alias csISO885916 |
|
288 |
|
289 charset KOI8-R KOI8_R |
|
290 package sun.nio.cs |
|
291 type sbcs |
|
292 hisname KOI8_R |
|
293 ascii true |
|
294 alias koi8_r # JDK historical |
|
295 alias koi8 |
|
296 alias cskoi8r |
|
297 |
|
298 charset KOI8-U KOI8_U |
|
299 package sun.nio.cs |
|
300 type sbcs |
|
301 hisname KOI8_U |
|
302 ascii true |
|
303 alias koi8_u |
|
304 |
|
305 charset windows-1250 MS1250 |
|
306 package sun.nio.cs |
|
307 type sbcs |
|
308 hisname Cp1250 |
|
309 ascii true |
|
310 alias cp1250 # JDK historical |
|
311 alias cp5346 # Euro IBM CCSID |
|
312 |
|
313 charset windows-1251 MS1251 |
|
314 package sun.nio.cs |
|
315 type sbcs |
|
316 hisname Cp1251 |
|
317 ascii true |
|
318 alias cp1251 # JDK historical |
|
319 alias cp5347 # Euro IBM CCSID |
|
320 alias ansi-1251 # Solaris compatibility |
|
321 |
|
322 charset windows-1252 MS1252 |
|
323 package sun.nio.cs |
|
324 type sbcs |
|
325 hisname Cp1252 |
|
326 ascii true |
|
327 alias cp1252 # JDK historical |
|
328 alias cp5348 # Euro IBM CCSID |
|
329 |
|
330 charset windows-1253 MS1253 |
|
331 package sun.nio.cs |
|
332 type sbcs |
|
333 hisname Cp1253 |
|
334 ascii true |
|
335 alias cp1253 # JDK historical |
|
336 alias cp5349 # Euro IBM CCSID |
|
337 |
|
338 charset windows-1254 MS1254 |
|
339 package sun.nio.cs |
|
340 type sbcs |
|
341 hisname Cp1254 |
|
342 ascii true |
|
343 alias cp1254 # JDK historical |
|
344 alias cp5350 # Euro IBM CCSID |
|
345 |
|
346 charset windows-1257 MS1257 |
|
347 package sun.nio.cs |
|
348 type sbcs |
|
349 hisname Cp1257 |
|
350 ascii true |
|
351 alias cp1257 # JDK historical |
|
352 alias cp5353 # Euro IBM CCSID |
|
353 |
|
354 |
|
355 charset IBM437 IBM437 |
|
356 package sun.nio.cs |
|
357 type sbcs |
|
358 hisname Cp437 |
|
359 ascii false |
|
360 alias cp437 #JDK historical |
|
361 alias ibm437 |
|
362 alias ibm-437 |
|
363 alias 437 |
|
364 alias cspc8codepage437 |
|
365 alias windows-437 |
|
366 |
|
367 charset x-IBM737 IBM737 |
|
368 package sun.nio.cs |
|
369 type sbcs |
|
370 hisname Cp737 |
|
371 ascii false |
|
372 alias cp737 #JDK historical |
|
373 alias ibm737 |
|
374 alias ibm-737 |
|
375 alias 737 |
|
376 |
|
377 charset IBM775 IBM775 |
|
378 package sun.nio.cs |
|
379 type sbcs |
|
380 hisname Cp775 |
|
381 ascii false |
|
382 alias cp775 #JDK historical |
|
383 alias ibm775 |
|
384 alias ibm-775 |
|
385 alias 775 |
|
386 |
|
387 charset IBM850 IBM850 |
|
388 package sun.nio.cs |
|
389 type sbcs |
|
390 hisname Cp850 |
|
391 ascii false |
|
392 alias cp850 #JDK historical |
|
393 alias ibm-850 |
|
394 alias ibm850 |
|
395 alias 850 |
|
396 alias cspc850multilingual |
|
397 |
|
398 charset IBM852 IBM852 |
|
399 package sun.nio.cs |
|
400 type sbcs |
|
401 hisname Cp852 |
|
402 ascii false |
|
403 alias cp852 #JDK historical |
|
404 alias ibm852 |
|
405 alias ibm-852 |
|
406 alias 852 |
|
407 alias csPCp852 |
|
408 |
|
409 charset IBM855 IBM855 |
|
410 package sun.nio.cs |
|
411 type sbcs |
|
412 hisname Cp855 |
|
413 ascii false |
|
414 alias cp855 #JDK historical |
|
415 alias ibm-855 |
|
416 alias ibm855 |
|
417 alias 855 |
|
418 alias cspcp855 |
|
419 |
|
420 charset IBM857 IBM857 |
|
421 package sun.nio.cs |
|
422 type sbcs |
|
423 hisname Cp857 |
|
424 ascii false |
|
425 alias cp857 #JDK historical |
|
426 alias ibm857 |
|
427 alias ibm-857 |
|
428 alias 857 |
|
429 alias csIBM857 |
|
430 |
|
431 charset IBM00858 IBM858 |
|
432 package sun.nio.cs |
|
433 type sbcs |
|
434 hisname Cp858 |
|
435 ascii false |
|
436 alias cp858 #JDK historical |
|
437 alias ccsid00858 |
|
438 alias cp00858 |
|
439 alias 858 |
|
440 alias PC-Multilingual-850+euro |
|
441 |
|
442 charset IBM862 IBM862 |
|
443 package sun.nio.cs |
|
444 type sbcs |
|
445 hisname Cp862 |
|
446 ascii false |
|
447 alias cp862 #JDK historical |
|
448 alias ibm862 |
|
449 alias ibm-862 |
|
450 alias 862 |
|
451 alias csIBM862 |
|
452 alias cspc862latinhebrew |
|
453 |
|
454 charset IBM866 IBM866 |
|
455 package sun.nio.cs |
|
456 type sbcs |
|
457 hisname Cp866 |
|
458 ascii false |
|
459 alias cp866 #JDK historical |
|
460 alias ibm866 |
|
461 alias ibm-866 |
|
462 alias 866 |
|
463 alias csIBM866 |
|
464 |
|
465 charset x-IBM874 IBM874 |
|
466 package sun.nio.cs |
|
467 type sbcs |
|
468 hisname Cp874 |
|
469 ascii false |
|
470 alias cp874 #JDK historical |
|
471 alias ibm874 |
|
472 alias ibm-874 |
|
473 alias 874 |
|
474 |
|
475 ######################################################## |
|
476 # |
|
477 # charsets provided by ExtendedCharsets provider. |
|
478 # |
|
479 ######################################################## |
|
480 charset Big5 Big5 |
|
481 package sun.nio.cs.ext |
|
482 type dbcs |
|
483 hisname Big5 |
|
484 ascii true |
|
485 minmax 0xa1 0xf9 0x40 0xfe |
|
486 alias csBig5 # IANA aliases |
|
487 |
|
488 charset x-MS950-HKSCS-XP MS950_HKSCS_XP |
|
489 package sun.nio.cs.ext |
|
490 type template |
|
491 alias MS950_HKSCS_XP # JDK historical; |
|
492 |
|
493 charset x-MS950-HKSCS MS950_HKSCS |
|
494 package sun.nio.cs.ext |
|
495 type source |
|
496 hisname MS950_HKSCS |
|
497 ascii true |
|
498 alias MS950_HKSCS # JDK historical; |
|
499 |
|
500 charset x-windows-950 MS950 |
|
501 package sun.nio.cs.ext |
|
502 type dbcs |
|
503 hisname MS950 |
|
504 ascii true |
|
505 minmax 0x81 0xfe 0x40 0xfe |
|
506 alias ms950 # JDK historical |
|
507 alias windows-950 |
|
508 |
|
509 charset x-windows-874 MS874 |
|
510 package sun.nio.cs.ext |
|
511 type sbcs |
|
512 hisname MS874 |
|
513 ascii true |
|
514 alias ms874 # JDK historical |
|
515 alias ms-874 |
|
516 alias windows-874 |
|
517 |
|
518 charset x-EUC-TW EUC_TW |
|
519 package sun.nio.cs.ext |
|
520 type template |
|
521 alias euc_tw # JDK historical |
|
522 alias euctw |
|
523 alias cns11643 |
|
524 alias EUC-TW |
|
525 |
|
526 charset Big5-HKSCS Big5_HKSCS |
|
527 package sun.nio.cs.ext |
|
528 type template |
|
529 hisname Big5_HKSCS |
|
530 ascii true |
|
531 alias Big5_HKSCS # JDK historical |
|
532 alias big5hk |
|
533 alias big5-hkscs |
|
534 alias big5hkscs # Linux alias |
|
535 |
|
536 charset x-Big5-HKSCS-2001 Big5_HKSCS_2001 |
|
537 package sun.nio.cs.ext |
|
538 type source |
|
539 alias Big5_HKSCS_2001 |
|
540 alias big5hk-2001 |
|
541 alias big5-hkscs-2001 |
|
542 alias big5-hkscs:unicode3.0 |
|
543 alias big5hkscs-2001 |
|
544 |
|
545 charset x-Big5-Solaris Big5_Solaris |
|
546 package sun.nio.cs.ext |
|
547 type template |
|
548 hisname Big5_Solaris |
|
549 ascii true |
|
550 alias Big5_Solaris # JDK historical |
|
551 |
|
552 |
|
553 charset GBK GBK # Simplified Chinese |
|
554 package sun.nio.cs.ext |
|
555 type dbcs |
|
556 hisname GBK |
|
557 ascii true |
|
558 minmax 0x81 0xfe 0x40 0xfe |
|
559 alias windows-936 |
|
560 alias CP936 |
|
561 |
|
562 charset GB18030 GB18030 |
|
563 package sun.nio.cs.ext |
|
564 type template |
|
565 alias gb18030-2000 |
|
566 |
|
567 charset GB2312 EUC_CN |
|
568 package sun.nio.cs.ext |
|
569 type dbcs |
|
570 hisname EUC_CN |
|
571 ascii true |
|
572 minmax 0xa1 0xf7 0xa1 0xfe |
|
573 # IANA aliases |
|
574 alias gb2312 |
|
575 alias gb2312-80 |
|
576 alias gb2312-1980 |
|
577 alias euc-cn |
|
578 alias euccn |
|
579 alias x-EUC-CN # 1.4 compatibility |
|
580 alias EUC_CN # JDK historical |
|
581 |
|
582 charset x-mswin-936 MS936 |
|
583 package sun.nio.cs.ext |
|
584 type dbcs |
|
585 hisname MS936 |
|
586 ascii true |
|
587 minmax 0x81 0xfe 0x40 0xfe |
|
588 alias ms936 # JDK historical |
|
589 alias ms_936 // IANA aliases |
|
590 |
|
591 # The definition of this charset may be overridden by the init method, |
|
592 # below, if the sun.nio.cs.map property is defined. |
|
593 # |
|
594 charset Shift_JIS SJIS |
|
595 package sun.nio.cs.ext |
|
596 type dbcs |
|
597 hisname SJIS |
|
598 ascii true |
|
599 minmax 0x81 0xfc 0x40 0xfc |
|
600 # IANA aliases |
|
601 alias sjis # historical |
|
602 alias shift_jis |
|
603 alias shift-jis |
|
604 alias ms_kanji |
|
605 alias x-sjis |
|
606 alias csShiftJIS |
|
607 |
|
608 # The definition of this charset may be overridden by the init method, |
|
609 # below, if the sun.nio.cs.map property is defined. |
|
610 charset windows-31j MS932 |
|
611 package sun.nio.cs.ext |
|
612 type dbcs |
|
613 hisname MS932 |
|
614 ascii true |
|
615 minmax 0x81 0xfc 0x40 0xfc |
|
616 alias MS932 # JDK historical |
|
617 alias windows-932 |
|
618 alias csWindows31J |
|
619 |
|
620 charset JIS_X0201 JIS_X_0201 |
|
621 package sun.nio.cs.ext |
|
622 type sbcs |
|
623 hisname JIS_X0201 |
|
624 ascii true |
|
625 alias JIS0201 # JDK historical |
|
626 # IANA aliases |
|
627 alias JIS_X0201 |
|
628 alias X0201 |
|
629 alias csHalfWidthKatakana |
|
630 |
|
631 charset x-JIS0208 JIS_X_0208 |
|
632 package sun.nio.cs.ext |
|
633 type dbcsonly |
|
634 hisname JIS0208 |
|
635 ascii false |
|
636 minmax 0x21 0x7e 0x21 0x7e |
|
637 alias JIS0208 # JDK historical |
|
638 # IANA aliases |
|
639 alias JIS_C6226-1983 |
|
640 alias iso-ir-87 |
|
641 alias x0208 |
|
642 alias JIS_X0208-1983 |
|
643 alias csISO87JISX0208 |
|
644 |
|
645 charset JIS_X0212-1990 JIS_X_0212 |
|
646 package sun.nio.cs.ext |
|
647 type dbcsonly |
|
648 hisname JIS0212 |
|
649 ascii false |
|
650 minmax 0x21 0x7e 0x21 0x7e |
|
651 alias JIS0212 # JDK historical |
|
652 # IANA aliases |
|
653 alias jis_x0212-1990 |
|
654 alias x0212 |
|
655 alias iso-ir-159 |
|
656 alias csISO159JISX02121990 |
|
657 |
|
658 charset x-SJIS_0213 SJIS_0213 |
|
659 package sun.nio.cs.ext |
|
660 type source |
|
661 alias sjis-0213 |
|
662 alias sjis_0213 |
|
663 alias sjis:2004 |
|
664 alias sjis_0213:2004 |
|
665 alias shift_jis_0213:2004 |
|
666 alias shift_jis:2004 |
|
667 |
|
668 charset x-MS932_0213 MS932_0213 |
|
669 package sun.nio.cs.ext |
|
670 type source |
|
671 alias MS932-0213 |
|
672 alias MS932_0213 |
|
673 alias MS932:2004 |
|
674 alias windows-932-0213 |
|
675 alias windows-932:2004 |
|
676 |
|
677 charset EUC-JP EUC_JP |
|
678 package sun.nio.cs.ext |
|
679 type template |
|
680 hisname EUC_JP |
|
681 ascii true |
|
682 alias euc_jp # JDK historical |
|
683 alias eucjis # IANA aliases |
|
684 alias eucjp |
|
685 alias Extended_UNIX_Code_Packed_Format_for_Japanese |
|
686 alias csEUCPkdFmtjapanese |
|
687 alias x-euc-jp |
|
688 alias x-eucjp |
|
689 |
|
690 charset x-euc-jp-linux EUC_JP_LINUX |
|
691 package sun.nio.cs.ext |
|
692 type template |
|
693 hisname EUC_JP_LINUX |
|
694 ascii true |
|
695 alias euc_jp_linux # JDK historical |
|
696 alias euc-jp-linux |
|
697 |
|
698 charset x-eucJP-Open EUC_JP_Open |
|
699 package sun.nio.cs.ext |
|
700 type template |
|
701 hisname EUC_JP_Solari |
|
702 ascii true |
|
703 alias EUC_JP_Solaris # JDK historical |
|
704 alias eucJP-open |
|
705 |
|
706 charset x-PCK PCK |
|
707 package sun.nio.cs.ext |
|
708 type dbcs |
|
709 hisname PCK |
|
710 ascii true |
|
711 minmax 0x81 0xfc 0x40 0xfc |
|
712 # IANA aliases |
|
713 alias pck # JDK historical |
|
714 |
|
715 charset ISO-2022-JP ISO2022_JP |
|
716 package sun.nio.cs.ext |
|
717 type source |
|
718 # IANA aliases |
|
719 alias iso2022jp # JDK historical |
|
720 alias jis |
|
721 alias csISO2022JP |
|
722 alias jis_encoding |
|
723 alias csjisencoding |
|
724 |
|
725 charset ISO-2022-JP-2 ISO2022_JP_2 |
|
726 package sun.nio.cs.ext |
|
727 type source |
|
728 # IANA aliases |
|
729 alias csISO2022JP2 |
|
730 alias iso2022jp2 |
|
731 |
|
732 charset x-windows-50221 MS50221 |
|
733 package sun.nio.cs.ext |
|
734 type source |
|
735 alias ms50221 # JDK historical |
|
736 alias cp50221 |
|
737 |
|
738 charset x-windows-50220 MS50220 |
|
739 package sun.nio.cs.ext |
|
740 type source |
|
741 alias ms50220 # JDK historical |
|
742 alias cp50220 |
|
743 |
|
744 charset x-windows-iso2022jp MSISO2022JP |
|
745 package sun.nio.cs.ext |
|
746 type source |
|
747 alias windows-iso2022jp # JDK historical |
|
748 |
|
749 charset x-JISAutoDetect JISAutoDetect |
|
750 package sun.nio.cs.ext |
|
751 type source |
|
752 alias JISAutoDetect # JDK historical |
|
753 |
|
754 |
|
755 charset EUC-KR EUC_KR # Korean |
|
756 package sun.nio.cs.ext |
|
757 type dbcs |
|
758 hisname EUC_KR |
|
759 ascii true |
|
760 minmax 0xa1 0xfd 0xa1 0xfe |
|
761 alias euc_kr # JDK historical |
|
762 # IANA aliases |
|
763 alias ksc5601 |
|
764 alias euckr |
|
765 alias ks_c_5601-1987 |
|
766 alias ksc5601-1987 |
|
767 alias ksc5601_1987 |
|
768 alias ksc_5601 |
|
769 alias csEUCKR |
|
770 alias 5601 |
|
771 |
|
772 charset x-windows-949 MS949 |
|
773 package sun.nio.cs.ext |
|
774 type dbcs |
|
775 hisname MS949 |
|
776 ascii true |
|
777 minmax 0x81 0xfe 0x41 0xfe |
|
778 alias ms949 # JDK historical |
|
779 alias windows949 |
|
780 alias windows-949 |
|
781 alias ms_949 # IANA aliases |
|
782 |
|
783 charset x-Johab Johab |
|
784 package sun.nio.cs.ext |
|
785 type dbcs |
|
786 hisname x-Johab |
|
787 ascii true |
|
788 minmax 0x84 0xf9 0x31 0xfe |
|
789 alias ksc5601-1992 |
|
790 alias ksc5601_1992 |
|
791 alias ms1361 |
|
792 alias johab # JDK historical |
|
793 |
|
794 charset ISO-2022-KR ISO2022_KR |
|
795 package sun.nio.cs.ext |
|
796 type source |
|
797 alias ISO2022KR # JDK historical |
|
798 alias csISO2022KR |
|
799 |
|
800 charset ISO-2022-CN ISO2022_CN |
|
801 package sun.nio.cs.ext |
|
802 type source |
|
803 alias ISO2022CN # JDK historical |
|
804 alias csISO2022CN |
|
805 |
|
806 charset x-ISO-2022-CN-CNS ISO2022_CN_CNS |
|
807 package sun.nio.cs.ext |
|
808 type source |
|
809 alias ISO2022CN_CNS # JDK historical |
|
810 alias ISO-2022-CN-CNS |
|
811 |
|
812 charset x-ISO-2022-CN-GB ISO2022_CN_GB |
|
813 package sun.nio.cs.ext |
|
814 type source |
|
815 alias ISO2022CN_GB # JDK historical |
|
816 alias ISO-2022-CN-GB |
|
817 |
|
818 charset x-ISCII91 ISCII91 |
|
819 package sun.nio.cs.ext |
|
820 type source |
|
821 alias iscii |
|
822 alias ST_SEV_358-88 |
|
823 alias iso-ir-153 |
|
824 alias csISO153GOST1976874 |
|
825 alias ISCII91 # JDK historical |
|
826 |
|
827 charset ISO-8859-3 ISO_8859_3 |
|
828 package sun.nio.cs.ext |
|
829 type sbcs |
|
830 hisname ISO8859_3 |
|
831 ascii true |
|
832 alias iso8859_3 # JDK historical |
|
833 alias 8859_3 |
|
834 alias ISO_8859-3:1988 |
|
835 alias iso-ir-109 |
|
836 alias ISO_8859-3 |
|
837 alias ISO8859-3 |
|
838 alias latin3 |
|
839 alias l3 |
|
840 alias ibm913 |
|
841 alias ibm-913 |
|
842 alias cp913 |
|
843 alias 913 |
|
844 alias csISOLatin3 |
|
845 |
|
846 charset ISO-8859-6 ISO_8859_6 |
|
847 package sun.nio.cs.ext |
|
848 type sbcs |
|
849 hisname ISO8859_6 |
|
850 ascii true |
|
851 alias iso8859_6 # JDK historical |
|
852 alias 8859_6 |
|
853 alias iso-ir-127 |
|
854 alias ISO_8859-6 |
|
855 alias ISO_8859-6:1987 |
|
856 alias ISO8859-6 |
|
857 alias ECMA-114 |
|
858 alias ASMO-708 |
|
859 alias arabic |
|
860 alias ibm1089 |
|
861 alias ibm-1089 |
|
862 alias cp1089 |
|
863 alias 1089 |
|
864 alias csISOLatinArabic |
|
865 |
|
866 charset ISO-8859-8 ISO_8859_8 |
|
867 package sun.nio.cs.ext |
|
868 type sbcs |
|
869 hisname ISO8859_8 |
|
870 ascii true |
|
871 alias iso8859_8 # JDK historical |
|
872 alias 8859_8 |
|
873 alias iso-ir-138 |
|
874 alias ISO_8859-8 |
|
875 alias ISO_8859-8:1988 |
|
876 alias ISO8859-8 |
|
877 alias cp916 |
|
878 alias 916 |
|
879 alias ibm916 |
|
880 alias ibm-916 |
|
881 alias hebrew |
|
882 alias csISOLatinHebrew |
|
883 |
|
884 charset x-iso-8859-11 ISO_8859_11 |
|
885 package sun.nio.cs.ext |
|
886 type sbcs |
|
887 hisname x-iso-8859-11 |
|
888 ascii true |
|
889 alias iso-8859-11 |
|
890 alias iso8859_11 |
|
891 |
|
892 charset TIS-620 TIS_620 |
|
893 package sun.nio.cs.ext |
|
894 type sbcs |
|
895 hisname TIS620 |
|
896 ascii true |
|
897 alias tis620 # JDK historical |
|
898 alias tis620.2533 |
|
899 |
|
900 # Microsoft Windows codepages |
|
901 |
|
902 charset windows-1255 MS1255 |
|
903 package sun.nio.cs.ext |
|
904 type sbcs |
|
905 hisname Cp1255 |
|
906 ascii true |
|
907 alias cp1255 # JDK historical |
|
908 |
|
909 charset windows-1256 MS1256 |
|
910 package sun.nio.cs.ext |
|
911 type sbcs |
|
912 hisname Cp1256 |
|
913 ascii true |
|
914 alias cp1256 # JDK historical |
|
915 |
|
916 charset windows-1258 MS1258 |
|
917 package sun.nio.cs.ext |
|
918 type sbcs |
|
919 hisname Cp1258 |
|
920 ascii true |
|
921 alias cp1258 # JDK historical |
|
922 |
|
923 charset x-IBM942 IBM942 # IBM & PC/MSDOS encodings |
|
924 package sun.nio.cs.ext |
|
925 type dbcs |
|
926 hisname Cp942 |
|
927 ascii false |
|
928 minmax 0x81 0xfc 0x40 0xfc |
|
929 alias cp942 # JDK historical |
|
930 alias ibm942 |
|
931 alias ibm-942 |
|
932 alias 942 |
|
933 |
|
934 charset x-IBM942C IBM942C |
|
935 package sun.nio.cs.ext |
|
936 type source |
|
937 alias cp942C # JDK historical |
|
938 alias ibm942C |
|
939 alias ibm-942C |
|
940 alias 942C |
|
941 |
|
942 charset x-IBM943 IBM943 |
|
943 package sun.nio.cs.ext |
|
944 type dbcs |
|
945 hisname Cp943 |
|
946 ascii false |
|
947 minmax 0x81 0xfc 0x40 0xfc |
|
948 alias cp943 # JDK historical |
|
949 alias ibm943 |
|
950 alias ibm-943 |
|
951 alias 943 |
|
952 |
|
953 charset x-IBM943C IBM943C |
|
954 package sun.nio.cs.ext |
|
955 type source |
|
956 alias cp943C # JDK historical |
|
957 alias ibm943C |
|
958 alias ibm-943C |
|
959 alias 943C |
|
960 |
|
961 charset x-IBM948 IBM948 |
|
962 package sun.nio.cs.ext |
|
963 type dbcs |
|
964 hisname Cp948 |
|
965 ascii true |
|
966 minmax 0x81 0xfe 0x40 0xfc |
|
967 alias cp948 # JDK historical |
|
968 alias ibm948 |
|
969 alias ibm-948 |
|
970 alias 948 |
|
971 |
|
972 charset x-IBM950 IBM950 |
|
973 package sun.nio.cs.ext |
|
974 type dbcs |
|
975 hisname Cp950 |
|
976 ascii true |
|
977 minmax 0x81 0xfe 0x40 0xfe |
|
978 alias cp950 # JDK historical |
|
979 alias ibm950 |
|
980 alias ibm-950 |
|
981 alias 950 |
|
982 |
|
983 charset x-IBM930 IBM930 |
|
984 package sun.nio.cs.ext |
|
985 type ebcdic |
|
986 hisname Cp930 |
|
987 ascii false |
|
988 minmax 0x40 0x7f 0x40 0xfe |
|
989 alias cp930 # JDK historical |
|
990 alias ibm930 |
|
991 alias ibm-930 |
|
992 alias 930 |
|
993 |
|
994 charset x-IBM935 IBM935 |
|
995 package sun.nio.cs.ext |
|
996 type ebcdic |
|
997 hisname Cp935 |
|
998 ascii false |
|
999 minmax 0x40 0x7f 0x40 0xfe |
|
1000 alias cp935 # JDK historical |
|
1001 alias ibm935 |
|
1002 alias ibm-935 |
|
1003 alias 935 |
|
1004 |
|
1005 charset x-IBM937 IBM937 |
|
1006 package sun.nio.cs.ext |
|
1007 type ebcdic |
|
1008 hisname Cp937 |
|
1009 ascii false |
|
1010 minmax 0x40 0xe2 0x40 0xfe |
|
1011 alias cp937 # JDK historical |
|
1012 alias ibm937 |
|
1013 alias ibm-937 |
|
1014 alias 937 |
|
1015 |
|
1016 charset x-IBM856 IBM856 |
|
1017 package sun.nio.cs.ext |
|
1018 type sbcs |
|
1019 hisname Cp856 |
|
1020 ascii false |
|
1021 alias cp856 # JDK historical |
|
1022 alias ibm-856 |
|
1023 alias ibm856 |
|
1024 alias 856 |
|
1025 |
|
1026 charset IBM860 IBM860 |
|
1027 package sun.nio.cs.ext |
|
1028 type sbcs |
|
1029 hisname Cp860 |
|
1030 ascii false |
|
1031 alias cp860 # JDK historical |
|
1032 alias ibm860 |
|
1033 alias ibm-860 |
|
1034 alias 860 |
|
1035 alias csIBM860 |
|
1036 |
|
1037 charset IBM861 IBM861 |
|
1038 package sun.nio.cs.ext |
|
1039 type sbcs |
|
1040 hisname Cp861 |
|
1041 ascii false |
|
1042 alias cp861 # JDK historical |
|
1043 alias ibm861 |
|
1044 alias ibm-861 |
|
1045 alias 861 |
|
1046 alias csIBM861 |
|
1047 alias cp-is |
|
1048 |
|
1049 charset IBM863 IBM863 |
|
1050 package sun.nio.cs.ext |
|
1051 type sbcs |
|
1052 hisname Cp863 |
|
1053 ascii false |
|
1054 alias cp863 # JDK historical |
|
1055 alias ibm863 |
|
1056 alias ibm-863 |
|
1057 alias 863 |
|
1058 alias csIBM863 |
|
1059 |
|
1060 charset IBM864 IBM864 |
|
1061 package sun.nio.cs.ext |
|
1062 type sbcs |
|
1063 hisname Cp864 |
|
1064 ascii false |
|
1065 alias cp864 # JDK historical |
|
1066 alias ibm864 |
|
1067 alias ibm-864 |
|
1068 alias 864 |
|
1069 alias csIBM864 |
|
1070 |
|
1071 |
|
1072 charset IBM865 IBM865 |
|
1073 package sun.nio.cs.ext |
|
1074 type sbcs |
|
1075 hisname Cp865 |
|
1076 ascii false |
|
1077 alias cp865 # JDK historical |
|
1078 alias ibm865 |
|
1079 alias ibm-865 |
|
1080 alias 865 |
|
1081 alias csIBM865 |
|
1082 |
|
1083 charset IBM868 IBM868 |
|
1084 package sun.nio.cs.ext |
|
1085 type sbcs |
|
1086 hisname Cp868 |
|
1087 ascii false |
|
1088 alias cp868 # JDK historical |
|
1089 alias ibm868 |
|
1090 alias ibm-868 |
|
1091 alias 868 |
|
1092 alias cp-ar |
|
1093 alias csIBM868 |
|
1094 |
|
1095 charset IBM869 IBM869 |
|
1096 package sun.nio.cs.ext |
|
1097 type sbcs |
|
1098 hisname Cp869 |
|
1099 ascii false |
|
1100 alias cp869 # JDK historical |
|
1101 alias ibm869 |
|
1102 alias ibm-869 |
|
1103 alias 869 |
|
1104 alias cp-gr |
|
1105 alias csIBM869 |
|
1106 |
|
1107 charset x-IBM921 IBM921 |
|
1108 package sun.nio.cs.ext |
|
1109 type sbcs |
|
1110 hisname Cp921 |
|
1111 ascii false |
|
1112 alias cp921 # JDK historical |
|
1113 alias ibm921 |
|
1114 alias ibm-921 |
|
1115 alias 921 |
|
1116 |
|
1117 charset x-IBM1006 IBM1006 |
|
1118 package sun.nio.cs.ext |
|
1119 type sbcs |
|
1120 hisname Cp1006 |
|
1121 ascii false |
|
1122 alias cp1006 # JDK historical |
|
1123 alias ibm1006 |
|
1124 alias ibm-1006 |
|
1125 alias 1006 |
|
1126 |
|
1127 charset x-IBM1046 IBM1046 |
|
1128 package sun.nio.cs.ext |
|
1129 type sbcs |
|
1130 hisname Cp1046 |
|
1131 ascii false |
|
1132 alias cp1046 # JDK historical |
|
1133 alias ibm1046 |
|
1134 alias ibm-1046 |
|
1135 alias 1046 |
|
1136 |
|
1137 charset IBM1047 IBM1047 |
|
1138 package sun.nio.cs.ext |
|
1139 type sbcs |
|
1140 hisname Cp1047 |
|
1141 ascii false |
|
1142 alias cp1047 # JDK historical |
|
1143 alias ibm-1047 |
|
1144 alias 1047 |
|
1145 |
|
1146 charset x-IBM1098 IBM1098 |
|
1147 package sun.nio.cs.ext |
|
1148 type sbcs |
|
1149 hisname Cp1098 |
|
1150 ascii false |
|
1151 alias cp1098 # JDK historical |
|
1152 alias ibm1098 |
|
1153 alias ibm-1098 |
|
1154 alias 1098 |
|
1155 |
|
1156 charset IBM037 IBM037 |
|
1157 package sun.nio.cs.ext |
|
1158 type sbcs |
|
1159 hisname Cp037 |
|
1160 ascii false |
|
1161 alias cp037 # JDK historical |
|
1162 alias ibm037 |
|
1163 alias ebcdic-cp-us |
|
1164 alias ebcdic-cp-ca |
|
1165 alias ebcdic-cp-wt |
|
1166 alias ebcdic-cp-nl |
|
1167 alias csIBM037 |
|
1168 alias cs-ebcdic-cp-us |
|
1169 alias cs-ebcdic-cp-ca |
|
1170 alias cs-ebcdic-cp-wt |
|
1171 alias cs-ebcdic-cp-nl |
|
1172 alias ibm-037 |
|
1173 alias ibm-37 |
|
1174 alias cpibm37 |
|
1175 alias 037 |
|
1176 |
|
1177 charset x-IBM1025 IBM1025 |
|
1178 package sun.nio.cs.ext |
|
1179 type sbcs |
|
1180 hisname Cp1025 |
|
1181 ascii false |
|
1182 alias cp1025 # JDK historical |
|
1183 alias ibm1025 |
|
1184 alias ibm-1025 |
|
1185 alias 1025 |
|
1186 |
|
1187 charset IBM1026 IBM1026 |
|
1188 package sun.nio.cs.ext |
|
1189 type sbcs |
|
1190 hisname Cp1026 |
|
1191 ascii false |
|
1192 alias cp1026 # JDK historical |
|
1193 alias ibm1026 |
|
1194 alias ibm-1026 |
|
1195 alias 1026 |
|
1196 |
|
1197 charset x-IBM1112 IBM1112 |
|
1198 package sun.nio.cs.ext |
|
1199 type sbcs |
|
1200 hisname Cp1112 |
|
1201 ascii false |
|
1202 alias cp1112 # JDK historical |
|
1203 alias ibm1112 |
|
1204 alias ibm-1112 |
|
1205 alias 1112 |
|
1206 |
|
1207 charset x-IBM1122 IBM1122 |
|
1208 package sun.nio.cs.ext |
|
1209 type sbcs |
|
1210 hisname Cp1122 |
|
1211 ascii false |
|
1212 alias cp1122 # JDK historical |
|
1213 alias ibm1122 |
|
1214 alias ibm-1122 |
|
1215 alias 1122 |
|
1216 |
|
1217 charset x-IBM1123 IBM1123 |
|
1218 package sun.nio.cs.ext |
|
1219 type sbcs |
|
1220 hisname Cp1123 |
|
1221 ascii false |
|
1222 alias cp1123 # JDK historical |
|
1223 alias ibm1123 |
|
1224 alias ibm-1123 |
|
1225 alias 1123 |
|
1226 |
|
1227 charset x-IBM1124 IBM1124 |
|
1228 package sun.nio.cs.ext |
|
1229 type sbcs |
|
1230 hisname Cp1124 |
|
1231 ascii false |
|
1232 alias cp1124 # JDK historical |
|
1233 alias ibm1124 |
|
1234 alias ibm-1124 |
|
1235 alias 1124 |
|
1236 |
|
1237 charset x-IBM1364 IBM1364 |
|
1238 package sun.nio.cs.ext |
|
1239 type ebcdic |
|
1240 hisname Cp1364 |
|
1241 ascii false |
|
1242 minmax 0x40 0xde 0x40 0xfe |
|
1243 alias cp1364 |
|
1244 alias ibm1364 |
|
1245 alias ibm-1364 |
|
1246 alias 1364 |
|
1247 |
|
1248 charset IBM273 IBM273 |
|
1249 package sun.nio.cs.ext |
|
1250 type sbcs |
|
1251 hisname Cp273 |
|
1252 ascii false |
|
1253 alias cp273 # JDK historical |
|
1254 alias ibm273 |
|
1255 alias ibm-273 |
|
1256 alias 273 |
|
1257 |
|
1258 charset IBM277 IBM277 |
|
1259 package sun.nio.cs.ext |
|
1260 type sbcs |
|
1261 hisname Cp277 |
|
1262 ascii false |
|
1263 alias cp277 # JDK historical |
|
1264 alias ibm277 |
|
1265 alias ibm-277 |
|
1266 alias 277 |
|
1267 |
|
1268 charset IBM278 IBM278 |
|
1269 package sun.nio.cs.ext |
|
1270 type sbcs |
|
1271 hisname Cp278 |
|
1272 ascii false |
|
1273 alias cp278 # JDK historical |
|
1274 alias ibm278 |
|
1275 alias ibm-278 |
|
1276 alias 278 |
|
1277 alias ebcdic-sv |
|
1278 alias ebcdic-cp-se |
|
1279 alias csIBM278 |
|
1280 |
|
1281 charset IBM280 IBM280 |
|
1282 package sun.nio.cs.ext |
|
1283 type sbcs |
|
1284 hisname Cp280 |
|
1285 ascii false |
|
1286 alias cp280 # JDK historical |
|
1287 alias ibm280 |
|
1288 alias ibm-280 |
|
1289 alias 280 |
|
1290 |
|
1291 charset IBM284 IBM284 |
|
1292 package sun.nio.cs.ext |
|
1293 type sbcs |
|
1294 hisname Cp284 |
|
1295 ascii false |
|
1296 alias cp284 # JDK historical |
|
1297 alias ibm284 |
|
1298 alias ibm-284 |
|
1299 alias 284 |
|
1300 alias csIBM284 |
|
1301 alias cpibm284 |
|
1302 |
|
1303 charset IBM285 IBM285 |
|
1304 package sun.nio.cs.ext |
|
1305 type sbcs |
|
1306 hisname Cp285 |
|
1307 ascii false |
|
1308 alias cp285 # JDK historical |
|
1309 alias ibm285 |
|
1310 alias ibm-285 |
|
1311 alias 285 |
|
1312 alias ebcdic-cp-gb |
|
1313 alias ebcdic-gb |
|
1314 alias csIBM285 |
|
1315 alias cpibm285 |
|
1316 |
|
1317 charset IBM297 IBM297 |
|
1318 package sun.nio.cs.ext |
|
1319 type sbcs |
|
1320 hisname Cp297 |
|
1321 ascii false |
|
1322 alias cp297 # JDK historical |
|
1323 alias ibm297 |
|
1324 alias ibm-297 |
|
1325 alias 297 |
|
1326 alias ebcdic-cp-fr |
|
1327 alias cpibm297 |
|
1328 alias csIBM297 |
|
1329 |
|
1330 charset IBM420 IBM420 |
|
1331 package sun.nio.cs.ext |
|
1332 type sbcs |
|
1333 hisname Cp420 |
|
1334 ascii false |
|
1335 alias cp420 # JDK historical |
|
1336 alias ibm420 |
|
1337 alias ibm-420 |
|
1338 alias ebcdic-cp-ar1 |
|
1339 alias 420 |
|
1340 alias csIBM420 |
|
1341 |
|
1342 charset IBM424 IBM424 |
|
1343 package sun.nio.cs.ext |
|
1344 type sbcs |
|
1345 hisname Cp424 |
|
1346 ascii false |
|
1347 alias cp424 # JDK historical |
|
1348 alias ibm424 |
|
1349 alias ibm-424 |
|
1350 alias 424 |
|
1351 alias ebcdic-cp-he |
|
1352 alias csIBM424 |
|
1353 |
|
1354 charset IBM500 IBM500 |
|
1355 package sun.nio.cs.ext |
|
1356 type sbcs |
|
1357 hisname Cp500 |
|
1358 ascii false |
|
1359 alias cp500 # JDK historical |
|
1360 alias ibm500 |
|
1361 alias ibm-500 |
|
1362 alias 500 |
|
1363 alias ebcdic-cp-ch |
|
1364 alias ebcdic-cp-bh |
|
1365 alias csIBM500 |
|
1366 |
|
1367 charset x-IBM833 IBM833 |
|
1368 package sun.nio.cs.ext |
|
1369 type sbcs |
|
1370 hisname Cp833 |
|
1371 ascii false |
|
1372 alias cp833 |
|
1373 alias ibm833 |
|
1374 alias ibm-833 |
|
1375 |
|
1376 |
|
1377 charset x-IBM834 IBM834 # EBCDIC DBCS-only Korean |
|
1378 package sun.nio.cs.ext |
|
1379 type source |
|
1380 alias cp834 |
|
1381 alias ibm834 |
|
1382 alias 834 |
|
1383 alias ibm-834 |
|
1384 |
|
1385 charset IBM-Thai IBM838 |
|
1386 package sun.nio.cs.ext |
|
1387 type sbcs |
|
1388 hisname Cp838 |
|
1389 ascii false |
|
1390 alias cp838 # JDK historical |
|
1391 alias ibm838 |
|
1392 alias ibm-838 |
|
1393 alias 838 |
|
1394 |
|
1395 charset IBM870 IBM870 |
|
1396 package sun.nio.cs.ext |
|
1397 type sbcs |
|
1398 hisname Cp870 |
|
1399 ascii false |
|
1400 alias cp870 # JDK historical |
|
1401 alias ibm870 |
|
1402 alias ibm-870 |
|
1403 alias 870 |
|
1404 alias ebcdic-cp-roece |
|
1405 alias ebcdic-cp-yu |
|
1406 alias csIBM870 |
|
1407 |
|
1408 charset IBM871 IBM871 |
|
1409 package sun.nio.cs.ext |
|
1410 type sbcs |
|
1411 hisname Cp871 |
|
1412 ascii false |
|
1413 alias cp871 # JDK historical |
|
1414 alias ibm871 |
|
1415 alias ibm-871 |
|
1416 alias 871 |
|
1417 alias ebcdic-cp-is |
|
1418 alias csIBM871 |
|
1419 |
|
1420 charset x-IBM875 IBM875 |
|
1421 package sun.nio.cs.ext |
|
1422 type sbcs |
|
1423 hisname Cp875 |
|
1424 ascii false |
|
1425 alias cp875 # JDK historical |
|
1426 alias ibm875 |
|
1427 alias ibm-875 |
|
1428 alias 875 |
|
1429 |
|
1430 charset IBM918 IBM918 |
|
1431 package sun.nio.cs.ext |
|
1432 type sbcs |
|
1433 hisname Cp918 |
|
1434 ascii false |
|
1435 alias cp918 # JDK historical |
|
1436 alias ibm-918 |
|
1437 alias 918 |
|
1438 alias ebcdic-cp-ar2 |
|
1439 |
|
1440 charset x-IBM922 IBM922 |
|
1441 package sun.nio.cs.ext |
|
1442 type sbcs |
|
1443 hisname Cp922 |
|
1444 ascii false |
|
1445 alias cp922 # JDK historical |
|
1446 alias ibm922 |
|
1447 alias ibm-922 |
|
1448 alias 922 |
|
1449 |
|
1450 charset x-IBM1097 IBM1097 |
|
1451 package sun.nio.cs.ext |
|
1452 type sbcs |
|
1453 hisname Cp1097 |
|
1454 ascii false |
|
1455 alias cp1097 # JDK historical |
|
1456 alias ibm1097 |
|
1457 alias ibm-1097 |
|
1458 alias 1097 |
|
1459 |
|
1460 charset x-IBM949 IBM949 |
|
1461 package sun.nio.cs.ext |
|
1462 type dbcs |
|
1463 hisname Cp949 |
|
1464 ascii false |
|
1465 minmax 0x8f 0xfe 0xa1 0xfe |
|
1466 alias cp949 # JDK historical |
|
1467 alias ibm949 |
|
1468 alias ibm-949 |
|
1469 alias 949 |
|
1470 |
|
1471 charset x-IBM949C IBM949C |
|
1472 package sun.nio.cs.ext |
|
1473 type source |
|
1474 alias cp949C # JDK historical |
|
1475 alias ibm949C |
|
1476 alias ibm-949C |
|
1477 alias 949C |
|
1478 |
|
1479 charset x-IBM939 IBM939 |
|
1480 package sun.nio.cs.ext |
|
1481 type ebcdic |
|
1482 hisname Cp939 |
|
1483 ascii false |
|
1484 minmax 0x40 0x7f 0x40 0xfe |
|
1485 alias cp939 # JDK historical |
|
1486 alias ibm939 |
|
1487 alias ibm-939 |
|
1488 alias 939 |
|
1489 |
|
1490 charset x-IBM933 IBM933 |
|
1491 package sun.nio.cs.ext |
|
1492 type ebcdic |
|
1493 hisname Cp933 |
|
1494 ascii false |
|
1495 minmax 0x40 0xdd 0x40 0xfe |
|
1496 alias cp933 # JDK historical |
|
1497 alias ibm933 |
|
1498 alias ibm-933 |
|
1499 alias 933 |
|
1500 |
|
1501 charset x-IBM1381 IBM1381 |
|
1502 package sun.nio.cs.ext |
|
1503 type dbcs |
|
1504 hisname Cp1381 |
|
1505 ascii true |
|
1506 minmax 0x8c 0xf7 0xa1 0xfe |
|
1507 alias cp1381 # JDK historical |
|
1508 alias ibm1381 |
|
1509 alias ibm-1381 |
|
1510 alias 1381 |
|
1511 |
|
1512 charset x-IBM1383 IBM1383 |
|
1513 package sun.nio.cs.ext |
|
1514 type euc_sim |
|
1515 hisname Cp1383 |
|
1516 ascii true |
|
1517 minmax 0xa1 0xfe 0xa1 0xfe |
|
1518 alias cp1383 # JDK historical |
|
1519 alias ibm1383 |
|
1520 alias ibm-1383 |
|
1521 alias 1383 |
|
1522 |
|
1523 charset x-IBM970 IBM970 |
|
1524 package sun.nio.cs.ext |
|
1525 type euc_sim |
|
1526 hisname Cp970 |
|
1527 ascii true |
|
1528 minmax 0xa1 0xfe 0xa1 0xfe |
|
1529 alias cp970 # JDK historical |
|
1530 alias ibm970 |
|
1531 alias ibm-970 |
|
1532 alias ibm-eucKR |
|
1533 alias 970 |
|
1534 |
|
1535 charset x-IBM964 IBM964 |
|
1536 package sun.nio.cs.ext |
|
1537 type source |
|
1538 alias cp964 # JDK historical |
|
1539 alias ibm964 |
|
1540 alias ibm-964 |
|
1541 alias 964 |
|
1542 |
|
1543 charset x-IBM33722 IBM33722 |
|
1544 package sun.nio.cs.ext |
|
1545 type source |
|
1546 alias cp33722 # JDK historical |
|
1547 alias ibm33722 |
|
1548 alias ibm-33722 |
|
1549 alias ibm-5050 # from IBM alias list |
|
1550 alias ibm-33722_vascii_vpua # from IBM alias list |
|
1551 alias 33722 |
|
1552 |
|
1553 charset IBM01140 IBM1140 |
|
1554 package sun.nio.cs.ext |
|
1555 type sbcs |
|
1556 hisname Cp1140 |
|
1557 ascii false |
|
1558 alias cp1140 # JDK historical |
|
1559 alias ccsid01140 |
|
1560 alias cp01140 |
|
1561 alias 1140 |
|
1562 alias ebcdic-us-037+euro |
|
1563 |
|
1564 charset IBM01141 IBM1141 |
|
1565 package sun.nio.cs.ext |
|
1566 type sbcs |
|
1567 hisname Cp1141 |
|
1568 ascii false |
|
1569 alias cp1141 # JDK historical |
|
1570 alias ccsid01141 |
|
1571 alias cp01141 |
|
1572 alias 1141 |
|
1573 alias ebcdic-de-273+euro |
|
1574 |
|
1575 charset IBM01142 IBM1142 |
|
1576 package sun.nio.cs.ext |
|
1577 type sbcs |
|
1578 hisname Cp1142 |
|
1579 ascii false |
|
1580 alias cp1142 # JDK historical |
|
1581 alias ccsid01142 |
|
1582 alias cp01142 |
|
1583 alias 1142 |
|
1584 alias ebcdic-no-277+euro |
|
1585 alias ebcdic-dk-277+euro |
|
1586 |
|
1587 charset IBM01143 IBM1143 |
|
1588 package sun.nio.cs.ext |
|
1589 type sbcs |
|
1590 hisname Cp1143 |
|
1591 ascii false |
|
1592 alias cp1143 # JDK historical |
|
1593 alias ccsid01143 |
|
1594 alias cp01143 |
|
1595 alias 1143 |
|
1596 alias ebcdic-fi-278+euro |
|
1597 alias ebcdic-se-278+euro |
|
1598 |
|
1599 charset IBM01144 IBM1144 |
|
1600 package sun.nio.cs.ext |
|
1601 type sbcs |
|
1602 hisname Cp1144 |
|
1603 ascii false |
|
1604 alias cp1144 # JDK historical |
|
1605 alias ccsid01144 |
|
1606 alias cp01144 |
|
1607 alias 1144 |
|
1608 alias ebcdic-it-280+euro |
|
1609 |
|
1610 charset IBM01145 IBM1145 |
|
1611 package sun.nio.cs.ext |
|
1612 type sbcs |
|
1613 hisname Cp1145 |
|
1614 ascii false |
|
1615 alias cp1145 # JDK historical |
|
1616 alias ccsid01145 |
|
1617 alias cp01145 |
|
1618 alias 1145 |
|
1619 alias ebcdic-es-284+euro |
|
1620 |
|
1621 charset IBM01146 IBM1146 |
|
1622 package sun.nio.cs.ext |
|
1623 type sbcs |
|
1624 hisname Cp1146 |
|
1625 ascii false |
|
1626 alias cp1146 # JDK historical |
|
1627 alias ccsid01146 |
|
1628 alias cp01146 |
|
1629 alias 1146 |
|
1630 alias ebcdic-gb-285+euro |
|
1631 |
|
1632 charset IBM01147 IBM1147 |
|
1633 package sun.nio.cs.ext |
|
1634 type sbcs |
|
1635 hisname Cp1147 |
|
1636 ascii false |
|
1637 alias cp1147 # JDK historical |
|
1638 alias ccsid01147 |
|
1639 alias cp01147 |
|
1640 alias 1147 |
|
1641 alias ebcdic-fr-277+euro |
|
1642 |
|
1643 charset IBM01148 IBM1148 |
|
1644 package sun.nio.cs.ext |
|
1645 type sbcs |
|
1646 hisname Cp1148 |
|
1647 ascii false |
|
1648 alias cp1148 # JDK historical |
|
1649 alias ccsid01148 |
|
1650 alias cp01148 |
|
1651 alias 1148 |
|
1652 alias ebcdic-international-500+euro |
|
1653 |
|
1654 charset IBM01149 IBM1149 |
|
1655 package sun.nio.cs.ext |
|
1656 type sbcs |
|
1657 hisname Cp1149 |
|
1658 ascii false |
|
1659 alias cp1149 # JDK historical |
|
1660 alias ccsid01149 |
|
1661 alias cp01149 |
|
1662 alias 1149 |
|
1663 alias ebcdic-s-871+euro |
|
1664 |
|
1665 charset IBM290 IBM290 |
|
1666 package sun.nio.cs.ext |
|
1667 type sbcs |
|
1668 hisname Cp290 |
|
1669 ascii false |
|
1670 alias cp290 |
|
1671 alias ibm290 |
|
1672 alias ibm-290 |
|
1673 alias csIBM290 |
|
1674 alias EBCDIC-JP-kana |
|
1675 alias 290 |
|
1676 |
|
1677 charset x-IBM1166 IBM1166 |
|
1678 package sun.nio.cs.ext |
|
1679 type sbcs |
|
1680 hisname Cp1166 |
|
1681 ascii false |
|
1682 alias cp1166 |
|
1683 alias ibm1166 |
|
1684 alias ibm-1166 |
|
1685 alias 1166 |
|
1686 |
|
1687 charset x-IBM300 IBM300 |
|
1688 package sun.nio.cs.ext |
|
1689 type dbcsonly |
|
1690 hisname Cp300 |
|
1691 ascii false |
|
1692 minmax 0x40 0x7f 0x40 0xfe |
|
1693 alias cp300 |
|
1694 alias ibm300 |
|
1695 alias ibm-300 |
|
1696 alias 300 |
|
1697 |
|
1698 # Macintosh MacOS/Apple char encodingd |
|
1699 |
|
1700 charset x-MacRoman MacRoman |
|
1701 package sun.nio.cs.ext |
|
1702 type sbcs |
|
1703 hisname MacRoman |
|
1704 ascii false |
|
1705 alias MacRoman # JDK historical |
|
1706 |
|
1707 charset x-MacCentralEurope MacCentralEurope |
|
1708 package sun.nio.cs.ext |
|
1709 type sbcs |
|
1710 hisname MacCentralEurope |
|
1711 ascii false |
|
1712 alias MacCentralEurope # JDK historical |
|
1713 |
|
1714 charset x-MacCroatian MacCroatian |
|
1715 package sun.nio.cs.ext |
|
1716 type sbcs |
|
1717 hisname MacCroatian |
|
1718 ascii false |
|
1719 alias MacCroatian # JDK historical |
|
1720 |
|
1721 charset x-MacGreek MacGreek |
|
1722 package sun.nio.cs.ext |
|
1723 type sbcs |
|
1724 hisname MacGreek |
|
1725 ascii false |
|
1726 alias MacGreek # JDK historical |
|
1727 |
|
1728 charset x-MacCyrillic MacCyrillic |
|
1729 package sun.nio.cs.ext |
|
1730 type sbcs |
|
1731 hisname MacCyrillic |
|
1732 ascii false |
|
1733 alias MacCyrillic # JDK historical |
|
1734 |
|
1735 charset x-MacUkraine MacUkraine |
|
1736 package sun.nio.cs.ext |
|
1737 type sbcs |
|
1738 hisname MacUkraine |
|
1739 ascii false |
|
1740 alias MacUkraine # JDK historical |
|
1741 |
|
1742 charset x-MacTurkish MacTurkish |
|
1743 package sun.nio.cs.ext |
|
1744 type sbcs |
|
1745 hisname MacTurkish |
|
1746 ascii false |
|
1747 alias MacTurkish # JDK historical |
|
1748 |
|
1749 charset x-MacArabic MacArabic |
|
1750 package sun.nio.cs.ext |
|
1751 type sbcs |
|
1752 hisname MacArabic |
|
1753 ascii false |
|
1754 alias MacArabic # JDK historical |
|
1755 |
|
1756 charset x-MacHebrew MacHebrew |
|
1757 package sun.nio.cs.ext |
|
1758 type sbcs |
|
1759 hisname MacHebrew |
|
1760 ascii false |
|
1761 alias MacHebrew # JDK historical |
|
1762 |
|
1763 charset x-MacIceland MacIceland |
|
1764 package sun.nio.cs.ext |
|
1765 type sbcs |
|
1766 hisname MacIceland |
|
1767 ascii false |
|
1768 alias MacIceland # JDK historical |
|
1769 |
|
1770 charset x-MacRomania MacRomania |
|
1771 package sun.nio.cs.ext |
|
1772 type sbcs |
|
1773 hisname MacRomania |
|
1774 ascii false |
|
1775 alias MacRomania # JDK historical |
|
1776 |
|
1777 charset x-MacThai MacThai |
|
1778 package sun.nio.cs.ext |
|
1779 type sbcs |
|
1780 hisname MacThai |
|
1781 ascii false |
|
1782 alias MacThai # JDK historical |
|
1783 |
|
1784 charset x-MacSymbol MacSymbol |
|
1785 package sun.nio.cs.ext |
|
1786 type sbcs |
|
1787 hisname MacSymbol |
|
1788 ascii false |
|
1789 alias MacSymbol # JDK historical |
|
1790 |
|
1791 charset x-MacDingbat MacDingbat |
|
1792 package sun.nio.cs.ext |
|
1793 type sbcs |
|
1794 hisname MacDingbat |
|
1795 ascii false |
|
1796 alias MacDingbat # JDK historical |
|
1797 |
|
1798 ######################################################## |
|
1799 # |
|
1800 # internal use, not to be registered into spi |
|
1801 # |
|
1802 ######################################################## |
|
1803 |
|
1804 charset x-JIS0208_Solaris JIS_X_0208_Solaris |
|
1805 package sun.nio.cs.ext |
|
1806 type dbcsonly |
|
1807 hisname JIS0208 |
|
1808 ascii false |
|
1809 minmax 0x21 0x9e 0x21 0x7e |
|
1810 internal true |
|
1811 |
|
1812 charset x-JIS0208_MS5022X JIS_X_0208_MS5022X |
|
1813 package sun.nio.cs.ext |
|
1814 type dbcsonly |
|
1815 hisname JIS_X_0208_MS5022X |
|
1816 ascii false |
|
1817 minmax 0x21 0x7e 0x21 0x7e |
|
1818 internal true |
|
1819 |
|
1820 charset x-JIS0208_MS932 JIS_X_0208_MS932 |
|
1821 package sun.nio.cs.ext |
|
1822 type dbcsonly |
|
1823 hisname JIS_X_0208_MS932 |
|
1824 ascii false |
|
1825 minmax 0x21 0x7e 0x21 0x7e |
|
1826 internal true # "internal implementation |
|
1827 |
|
1828 charset x-JIS0212_Solaris JIS_X_0212_Solaris |
|
1829 package sun.nio.cs.ext |
|
1830 type dbcsonly |
|
1831 hisname JIS_X_0212_Solaris |
|
1832 ascii false |
|
1833 minmax 0x21 0x7e 0x21 0x7e |
|
1834 internal true # "internal implementation |
|
1835 |
|
1836 charset x-JIS0212_MS5022X JIS_X_0212_MS5022X |
|
1837 package sun.nio.cs.ext |
|
1838 type dbcsonly |
|
1839 hisname JIS_X_0212_MS5022X |
|
1840 ascii false |
|
1841 minmax 0x21 0x7e 0x21 0x7e |
|
1842 internal true # "internal implementation |
|
1843 |
|
1844 ######################################################## |
|
1845 # |
|
1846 # platform specific charsets, to be registered into spi |
|
1847 ## |
|
1848 ######################################################## |
|
1849 |