< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XKeysym.java

Print this page

        

*** 1,9 **** // This is a generated file: do not edit! Edit keysym2ucs.h if necessary. /* ! * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,9 ---- // This is a generated file: do not edit! Edit keysym2ucs.h if necessary. /* ! * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 31,41 **** import sun.util.logging.PlatformLogger; public class XKeysym { ! public static void main( String args[] ) { System.out.println( "Cyrillc zhe:"+convertKeysym(0x06d6, 0)); System.out.println( "Arabic sheen:"+convertKeysym(0x05d4, 0)); System.out.println( "Latin a breve:"+convertKeysym(0x01e3, 0)); System.out.println( "Latin f:"+convertKeysym(0x066, 0)); System.out.println( "Backspace:"+Integer.toHexString(convertKeysym(0xff08, 0))); --- 31,41 ---- import sun.util.logging.PlatformLogger; public class XKeysym { ! public static void main( String[] args ) { System.out.println( "Cyrillc zhe:"+convertKeysym(0x06d6, 0)); System.out.println( "Arabic sheen:"+convertKeysym(0x05d4, 0)); System.out.println( "Latin a breve:"+convertKeysym(0x01e3, 0)); System.out.println( "Latin f:"+convertKeysym(0x066, 0)); System.out.println( "Backspace:"+Integer.toHexString(convertKeysym(0xff08, 0)));
< prev index next >