< prev index next >

make/data/charsetmapping/charsets

Print this page


   1 #
   2 # Copyright (c) 2000, 2019, 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


 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 


 680     ascii   true
 681     alias   euc_jp               # JDK historical
 682     alias   eucjis               # IANA aliases
 683     alias   eucjp
 684     alias   Extended_UNIX_Code_Packed_Format_for_Japanese
 685     alias   csEUCPkdFmtjapanese
 686     alias   x-euc-jp
 687     alias   x-eucjp
 688 
 689 charset x-euc-jp-linux EUC_JP_LINUX
 690     package sun.nio.cs.ext
 691     type    template
 692     hisname EUC_JP_LINUX
 693     ascii   true
 694     alias   euc_jp_linux         # JDK historical
 695     alias   euc-jp-linux
 696 
 697 charset x-eucJP-Open EUC_JP_Open
 698     package sun.nio.cs.ext
 699     type    template
 700     hisname EUC_JP_Solari
 701     ascii   true
 702     alias   EUC_JP_Solaris       # JDK historical
 703     alias   eucJP-open
 704 
 705 charset x-PCK PCK
 706     package sun.nio.cs.ext
 707     type    dbcs
 708     hisname PCK
 709     ascii   true
 710     minmax  0x81 0xfc 0x40 0xfc
 711                                  # IANA aliases
 712     alias   pck                  # JDK historical
 713 
 714 charset ISO-2022-JP ISO2022_JP
 715     package sun.nio.cs.ext
 716     type    source
 717                                  # IANA aliases
 718     alias     iso2022jp          # JDK historical
 719     alias     jis
 720     alias     csISO2022JP


1374     alias   ibm500
1375     alias   ibm-500
1376     alias   500
1377     alias   ebcdic-cp-ch
1378     alias   ebcdic-cp-bh
1379     alias   csIBM500
1380 
1381 charset x-IBM833 IBM833
1382     package sun.nio.cs.ext
1383     type    sbcs
1384     hisname Cp833
1385     ascii   false
1386      alias   cp833
1387      alias   ibm833
1388      alias   ibm-833
1389      alias   833
1390 
1391 
1392 charset x-IBM834 IBM834 # EBCDIC DBCS-only Korean
1393     package sun.nio.cs.ext
1394     type    source
1395     alias   cp834
1396     alias   ibm834
1397     alias   834
1398     alias   ibm-834
1399 
1400 charset IBM-Thai IBM838
1401     package sun.nio.cs.ext
1402     type    sbcs
1403     hisname Cp838
1404     ascii   false
1405     alias   cp838               # JDK historical
1406     alias   ibm838
1407     alias   ibm-838
1408     alias   838
1409 
1410 charset IBM870 IBM870
1411     package sun.nio.cs.ext
1412     type    sbcs
1413     hisname Cp870
1414     ascii   false


1468     hisname Cp1097
1469     ascii   false
1470     alias   cp1097              # JDK historical
1471     alias   ibm1097
1472     alias   ibm-1097
1473     alias   1097
1474 
1475 charset x-IBM949 IBM949
1476     package sun.nio.cs.ext
1477     type    dbcs
1478     hisname Cp949
1479     ascii   false
1480     minmax  0x8f 0xfe 0xa1 0xfe
1481     alias   cp949               # JDK historical
1482     alias   ibm949
1483     alias   ibm-949
1484     alias   949
1485 
1486 charset x-IBM949C IBM949C
1487     package sun.nio.cs.ext
1488     type    source
1489     alias   cp949C              # JDK historical
1490     alias   ibm949C
1491     alias   ibm-949C
1492     alias   949C
1493 
1494 charset x-IBM939 IBM939
1495     package sun.nio.cs.ext
1496     type    ebcdic
1497     hisname Cp939
1498     ascii   false
1499     minmax  0x40 0x7f 0x40 0xfe
1500     alias   cp939               # JDK historical
1501     alias   ibm939
1502     alias   ibm-939
1503     alias   939
1504 
1505 charset x-IBM933 IBM933
1506     package sun.nio.cs.ext
1507     type    ebcdic
1508     hisname Cp933


   1 #
   2 # Copyright (c) 2000, 2020, 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


 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   ISO8859_16
 286     alias   latin10
 287     alias   l10
 288     alias   csISO885916
 289 
 290 charset KOI8-R KOI8_R
 291     package sun.nio.cs
 292     type    sbcs
 293     hisname KOI8_R
 294     ascii   true
 295     alias   koi8_r                      # JDK historical
 296     alias   koi8
 297     alias   cskoi8r
 298 
 299 charset KOI8-U KOI8_U
 300     package sun.nio.cs
 301     type    sbcs
 302     hisname KOI8_U
 303     ascii   true
 304     alias   koi8_u
 305 


 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_Solaris
 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


1375     alias   ibm500
1376     alias   ibm-500
1377     alias   500
1378     alias   ebcdic-cp-ch
1379     alias   ebcdic-cp-bh
1380     alias   csIBM500
1381 
1382 charset x-IBM833 IBM833
1383     package sun.nio.cs.ext
1384     type    sbcs
1385     hisname Cp833
1386     ascii   false
1387      alias   cp833
1388      alias   ibm833
1389      alias   ibm-833
1390      alias   833
1391 
1392 
1393 charset x-IBM834 IBM834 # EBCDIC DBCS-only Korean
1394     package sun.nio.cs.ext
1395     type    template
1396     alias   cp834
1397     alias   ibm834
1398     alias   834
1399     alias   ibm-834
1400 
1401 charset IBM-Thai IBM838
1402     package sun.nio.cs.ext
1403     type    sbcs
1404     hisname Cp838
1405     ascii   false
1406     alias   cp838               # JDK historical
1407     alias   ibm838
1408     alias   ibm-838
1409     alias   838
1410 
1411 charset IBM870 IBM870
1412     package sun.nio.cs.ext
1413     type    sbcs
1414     hisname Cp870
1415     ascii   false


1469     hisname Cp1097
1470     ascii   false
1471     alias   cp1097              # JDK historical
1472     alias   ibm1097
1473     alias   ibm-1097
1474     alias   1097
1475 
1476 charset x-IBM949 IBM949
1477     package sun.nio.cs.ext
1478     type    dbcs
1479     hisname Cp949
1480     ascii   false
1481     minmax  0x8f 0xfe 0xa1 0xfe
1482     alias   cp949               # JDK historical
1483     alias   ibm949
1484     alias   ibm-949
1485     alias   949
1486 
1487 charset x-IBM949C IBM949C
1488     package sun.nio.cs.ext
1489     type    template
1490     alias   cp949C              # JDK historical
1491     alias   ibm949C
1492     alias   ibm-949C
1493     alias   949C
1494 
1495 charset x-IBM939 IBM939
1496     package sun.nio.cs.ext
1497     type    ebcdic
1498     hisname Cp939
1499     ascii   false
1500     minmax  0x40 0x7f 0x40 0xfe
1501     alias   cp939               # JDK historical
1502     alias   ibm939
1503     alias   ibm-939
1504     alias   939
1505 
1506 charset x-IBM933 IBM933
1507     package sun.nio.cs.ext
1508     type    ebcdic
1509     hisname Cp933


< prev index next >