< prev index next >

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

Print this page

        

@@ -25,11 +25,11 @@
  */
 
 /*
  */
 
-package sun.nio.cs.ext;
+package sun.nio.cs;
 
 import java.nio.CharBuffer;
 import java.nio.ByteBuffer;
 import java.nio.charset.Charset;
 import java.nio.charset.CharsetDecoder;

@@ -41,11 +41,11 @@
     extends Charset
     implements HistoricallyNamedCharset
 {
 
     public IBM964() {
-        super("x-IBM964", ExtendedCharsets.aliasesFor("x-IBM964"));
+        super("x-IBM964", StandardCharsets.aliases_IBM964());
     }
 
     public String historicalName() {
         return "Cp964";
     }
< prev index next >