Go to file
Daniel Stone cdc735c8ca Keysym: Fix conversion for Unicode and bare numbers
Ensure that Unicode string representations are accepted and turned into
numbers, as well as hexadecimal numbers in 0xabcd1234 form; unknown
keysyms are output as 0xabcd1234 in string form.

This also ensures that strings are never returned malloc()ed.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
2010-06-22 15:56:50 +01:00
include listing: Drop unused deviceSpec argument 2009-04-21 23:22:25 -07:00
src Keysym: Fix conversion for Unicode and bare numbers 2010-06-22 15:56:50 +01:00
test KeySym: Actually handle NoSymbol 2009-04-25 14:56:57 +10:00
.gitignore Add xkbcommon pkg-config file 2009-04-01 06:22:06 -07:00
COPYING Initial autotools commit 2009-03-19 10:47:15 -07:00
Makefile.am Add xkbcommon pkg-config file 2009-04-01 06:22:06 -07:00
autogen.sh Initial autotools commit 2009-03-19 10:47:15 -07:00
configure.ac Require strdup and remove utils wrapper 2009-04-05 20:27:35 -07:00
xkbcommon.pc.in Add xkbcommon pkg-config file 2009-04-01 06:22:06 -07:00