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

Print this page

        

*** 26,39 **** 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_0212; public class X11JIS0212 extends Charset { ! private static Charset jis0212 = new JIS_X_0212(); public X11JIS0212 () { super("X11JIS0212", null); } public CharsetEncoder newEncoder() { --- 26,38 ---- package sun.awt.motif; import java.nio.charset.Charset; import java.nio.charset.CharsetEncoder; import java.nio.charset.CharsetDecoder; public class X11JIS0212 extends Charset { ! private static Charset jis0212 = Charset.forName("JIS_X0212-1990"); public X11JIS0212 () { super("X11JIS0212", null); } public CharsetEncoder newEncoder() {