jdk/make/tools/CharsetMapping/dbcs
author uta
Tue, 15 Jan 2013 14:26:59 +0400
changeset 15263 f401cac7510b
parent 13366 2f5fdf6d8c22
child 19377 b2f2886fd1ac
permissions -rw-r--r--
8005250: Downgrade normative references to ${java.home}/lib folder from Java client code. Summary: Javadoc was changed in accordance with CCC-8005250 request. Reviewed-by: alanb, amenkov
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2921
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
     1
#
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
     2
#clzName  csName     hisName  dbtype    pkg               ascii   b1min  b1max  b2min b2max
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
     3
#
5167
dbd299f8fdae 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
sherman
parents: 3052
diff changeset
     4
Big5      Big5       Big5     basic     sun.nio.cs.ext    true    0xa1   0xf9   0x40  0xfe
3052
5c9886498f31 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents: 2921
diff changeset
     5
Johab     x-Johab    x-Johab  basic     sun.nio.cs.ext    true    0x84   0xf9   0x31  0xfe
5c9886498f31 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents: 2921
diff changeset
     6
EUC_CN	  GB2312     EUC_CN   basic     sun.nio.cs.ext    true    0xa1   0xf7   0xa1  0xfe
5c9886498f31 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents: 2921
diff changeset
     7
EUC_KR	  EUC-KR     EUC_KR   basic     sun.nio.cs.ext    true    0xa1   0xfd   0xa1  0xfe
5c9886498f31 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents: 2921
diff changeset
     8
MS932	  windows-31j MS932   basic     sun.nio.cs.ext    true    0x81   0xfc   0x40  0xfc
5c9886498f31 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents: 2921
diff changeset
     9
MS936	  x-mswin-936 MS936   basic     sun.nio.cs.ext    true    0x81   0xfe   0x40  0xfe
5c9886498f31 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents: 2921
diff changeset
    10
MS949	  x-windows-949 MS949 basic     sun.nio.cs.ext    true    0x81   0xfe   0x41  0xfe
5c9886498f31 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents: 2921
diff changeset
    11
MS950	  x-windows-950 MS950 basic     sun.nio.cs.ext    true    0x81   0xfe   0x40  0xfe
5c9886498f31 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents: 2921
diff changeset
    12
GBK	  GBK        GBK      basic     sun.nio.cs.ext    true    0x81   0xfe   0x40  0xfe
13366
2f5fdf6d8c22 6653797: Reimplement JDK charset repository charsets.jar
sherman
parents: 8795
diff changeset
    13
SJIS	  Shift_JIS  SJIS     basic     sun.nio.cs.ext    true    0x81   0xfc   0x40  0xfc
2f5fdf6d8c22 6653797: Reimplement JDK charset repository charsets.jar
sherman
parents: 8795
diff changeset
    14
PCK	  x-PCK      PCK      basic     sun.nio.cs.ext    true    0x81   0xfc   0x40  0xfc
8795
d235a77ef918 6803681: RFE: Need new codeset converter for IBM Cp1364
sherman
parents: 5167
diff changeset
    15
IBM1364	  x-IBM1364  Cp1364   ebcdic	sun.nio.cs.ext	  false   0x40   0xde   0x40  0xfe
2921
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    16
IBM1381	  x-IBM1381  Cp1381   basic     sun.nio.cs.ext    true    0x8c   0xf7   0xa1  0xfe
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    17
IBM1383	  x-IBM1383  Cp1383   euc_sim   sun.nio.cs.ext    true    0xa1   0xfe   0xa1  0xfe
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    18
IBM930	  x-IBM930   Cp930    ebcdic    sun.nio.cs.ext    false   0x40   0x7f   0x40  0xfe
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    19
IBM933	  x-IBM933   Cp933    ebcdic    sun.nio.cs.ext    false   0x40   0xdd   0x40  0xfe
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    20
IBM935	  x-IBM935   Cp935    ebcdic    sun.nio.cs.ext    false   0x40   0x7f   0x40  0xfe
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    21
IBM937	  x-IBM937   Cp937    ebcdic    sun.nio.cs.ext    false   0x40   0xe2   0x40  0xfe
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    22
IBM939	  x-IBM939   Cp939    ebcdic    sun.nio.cs.ext    false   0x40   0x7f   0x40  0xfe
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    23
IBM942	  x-IBM942   Cp942    basic     sun.nio.cs.ext    false   0x81   0xfc   0x40  0xfc
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    24
IBM943	  x-IBM943   Cp943    basic     sun.nio.cs.ext    false   0x81   0xfc   0x40  0xfc
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    25
IBM948	  x-IBM948   Cp948    basic     sun.nio.cs.ext    true    0x81   0xfe   0x40  0xfc
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    26
IBM949	  x-IBM949   Cp949    basic     sun.nio.cs.ext    false   0x8f   0xfe   0xa1  0xfe
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    27
IBM950	  x-IBM950   Cp950    basic     sun.nio.cs.ext    true    0x81   0xfe   0x40  0xfe
d9d491a5a169 6843578: Re-implement IBM doublebyte charsets
sherman
parents:
diff changeset
    28
IBM970	  x-IBM970   Cp970    euc_sim   sun.nio.cs.ext    true    0xa1   0xfe   0xa1  0xfe
13366
2f5fdf6d8c22 6653797: Reimplement JDK charset repository charsets.jar
sherman
parents: 8795
diff changeset
    29
JIS_X_0208          x-JIS0208          JIS0208          dbcsonly  sun.nio.cs.ext  false  0x21  0x7e  0x21  0x7e
2f5fdf6d8c22 6653797: Reimplement JDK charset repository charsets.jar
sherman
parents: 8795
diff changeset
    30
JIS_X_0212          JIS_X0212-1990     JIS0212          dbcsonly  sun.nio.cs.ext  false  0x21  0x7e  0x21  0x7e
2f5fdf6d8c22 6653797: Reimplement JDK charset repository charsets.jar
sherman
parents: 8795
diff changeset
    31
JIS_X_0208_Solaris  x-JIS0208_Solaris  JIS0208_Solaris  dbcsonly  sun.nio.cs.ext  false  0x21  0x9e  0x21  0x7e
2f5fdf6d8c22 6653797: Reimplement JDK charset repository charsets.jar
sherman
parents: 8795
diff changeset
    32
JIS_X_0208_MS5022X  x-JIS0208_MS5022X  JIS0208_MS5022X  dbcsonly  sun.nio.cs.ext  false  0x21  0x7e  0x21  0x7e
2f5fdf6d8c22 6653797: Reimplement JDK charset repository charsets.jar
sherman
parents: 8795
diff changeset
    33
JIS_X_0208_MS932    x-JIS0208_MS932    JIS0208_MS932    dbcsonly  sun.nio.cs.ext  false  0x21  0x7e  0x21  0x7e
2f5fdf6d8c22 6653797: Reimplement JDK charset repository charsets.jar
sherman
parents: 8795
diff changeset
    34
JIS_X_0212_Solaris  x-JIS0212_Solaris  JIS0212_Solaris  dbcsonly  sun.nio.cs.ext  false  0x21  0x7e  0x21  0x7e
2f5fdf6d8c22 6653797: Reimplement JDK charset repository charsets.jar
sherman
parents: 8795
diff changeset
    35
JIS_X_0212_MS5022X  x-JIS0212_MS5022X  JIS0212_MS5022X  dbcsonly  sun.nio.cs.ext  false  0x21  0x7e  0x21  0x7e