src/java.desktop/unix/classes/sun/awt/motif/X11JIS0208.java

Print this page

        

@@ -26,15 +26,14 @@
 package sun.awt.motif;
 
 import java.nio.charset.Charset;
 import java.nio.charset.CharsetEncoder;
 import java.nio.charset.CharsetDecoder;
-import sun.nio.cs.ext.JIS_X_0208;
 
 public class X11JIS0208 extends Charset {
 
-    private static Charset jis0208 = new JIS_X_0208();
+    private static Charset jis0208 = Charset.forName("x-JIS0208");
 
     public X11JIS0208 () {
         super("X11JIS0208", null);
     }