jdk/src/java.desktop/unix/classes/sun/font/X11GB18030_1.java

Print this page

        

*** 21,36 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package sun.awt.motif; import java.nio.charset.Charset; import java.nio.charset.CharsetEncoder; import java.nio.charset.CharsetDecoder; - import sun.nio.cs.ext.DoubleByteEncoder; public class X11GB18030_1 extends Charset { public X11GB18030_1 () { super("X11GB18030_1", null); } --- 21,35 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ ! package sun.font; import java.nio.charset.Charset; import java.nio.charset.CharsetEncoder; import java.nio.charset.CharsetDecoder; public class X11GB18030_1 extends Charset { public X11GB18030_1 () { super("X11GB18030_1", null); }