From c7aef1664922b47cdc8ea06513d0e1898889bfe3 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Tue, 19 Feb 2013 15:57:14 +0200 Subject: keysym: print unicode keysyms uppercase and 0-padded Use the same format as XKeysymToString. Signed-off-by: Ran Benita --- xkbcommon/xkbcommon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xkbcommon') diff --git a/xkbcommon/xkbcommon.h b/xkbcommon/xkbcommon.h index 244b35b..8ddb74b 100644 --- a/xkbcommon/xkbcommon.h +++ b/xkbcommon/xkbcommon.h @@ -183,7 +183,7 @@ typedef uint32_t xkb_keycode_t; * * Besides those, any Unicode/ISO 10646 character in the range U0100 to * U10FFFF can be represented by a keysym value in the range 0x01000100 to - * 0x0110FFFF. The name of Unicode keysyms is "U", e.g. "Ua1b2". + * 0x0110FFFF. The name of Unicode keysyms is "U", e.g. "UA1B2". * * The name of other unnamed keysyms is the hexadecimal representation of * their value, e.g. "0xabcd1234". -- cgit v1.2.3