src/java.desktop/unix/classes/sun/awt/X11/XKeysym.java
changeset 52248 2e330da7cbf4
parent 47216 71c04702a3d5
child 52535 45a5c4d812d9
equal deleted inserted replaced
52247:f775f83d6b60 52248:2e330da7cbf4
     1 // This is a generated file: do not edit! Edit keysym2ucs.h if necessary.
     1 // This is a generated file: do not edit! Edit keysym2ucs.h if necessary.
     2 
     2 
     3 /*
     3 /*
     4  * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     4  * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
     5  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6  *
     6  *
     7  * This code is free software; you can redistribute it and/or modify it
     7  * This code is free software; you can redistribute it and/or modify it
     8  * under the terms of the GNU General Public License version 2 only, as
     8  * under the terms of the GNU General Public License version 2 only, as
     9  * published by the Free Software Foundation.  Oracle designates this
     9  * published by the Free Software Foundation.  Oracle designates this
    31 
    31 
    32 import sun.util.logging.PlatformLogger;
    32 import sun.util.logging.PlatformLogger;
    33 
    33 
    34 public class XKeysym {
    34 public class XKeysym {
    35 
    35 
    36     public static void main( String args[] ) {
    36     public static void main( String[] args ) {
    37        System.out.println( "Cyrillc zhe:"+convertKeysym(0x06d6, 0));
    37        System.out.println( "Cyrillc zhe:"+convertKeysym(0x06d6, 0));
    38        System.out.println( "Arabic sheen:"+convertKeysym(0x05d4, 0));
    38        System.out.println( "Arabic sheen:"+convertKeysym(0x05d4, 0));
    39        System.out.println( "Latin a breve:"+convertKeysym(0x01e3, 0));
    39        System.out.println( "Latin a breve:"+convertKeysym(0x01e3, 0));
    40        System.out.println( "Latin f:"+convertKeysym(0x066, 0));
    40        System.out.println( "Latin f:"+convertKeysym(0x066, 0));
    41        System.out.println( "Backspace:"+Integer.toHexString(convertKeysym(0xff08, 0)));
    41        System.out.println( "Backspace:"+Integer.toHexString(convertKeysym(0xff08, 0)));