< prev index next >

src/java.base/aix/classes/sun/nio/cs/IBM964.java

Print this page

        

*** 25,35 **** */ /* */ ! package sun.nio.cs.ext; import java.nio.CharBuffer; import java.nio.ByteBuffer; import java.nio.charset.Charset; import java.nio.charset.CharsetDecoder; --- 25,35 ---- */ /* */ ! package sun.nio.cs; import java.nio.CharBuffer; import java.nio.ByteBuffer; import java.nio.charset.Charset; import java.nio.charset.CharsetDecoder;
*** 41,51 **** extends Charset implements HistoricallyNamedCharset { public IBM964() { ! super("x-IBM964", ExtendedCharsets.aliasesFor("x-IBM964")); } public String historicalName() { return "Cp964"; } --- 41,51 ---- extends Charset implements HistoricallyNamedCharset { public IBM964() { ! super("x-IBM964", StandardCharsets.aliases_IBM964()); } public String historicalName() { return "Cp964"; }
< prev index next >