summaryrefslogtreecommitdiff
path: root/src/keysym-utf.c
Commit message (Expand)AuthorAgeFilesLines
* Do not interpret nor emit invalid Unicode encoding formsPierre Le Marre2023-05-131-3/+13
* keysym-utf: remove bogus currency sign entriesRan Benita2022-05-151-11/+0
* keysym-utf: remove bogus Korean Won sign entryRan Benita2022-05-151-1/+0
* Remove bogus euro sign entry from keysymtabSam Lantinga2022-05-151-1/+0
* Fix a few keysymtab entries to match their comment in xkbcommon-keysyms.hPierre Le Marre2021-02-271-3/+3
* Support translation Unicode codepoints to keysymsJaroslaw Kubik2020-02-241-0/+29
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* keysym-utf: reject out-of-range Unicode codepoints in xkb_keysym_to_utf{8,32}Ran Benita2018-06-231-3/+9
* keysym-utf: replace the Unicode characters for leftanglebracket and rightangl...Ran Benita2018-02-271-2/+2
* keysym-utf: Add missing codes for signifblank and permille keysymsMatt Whitlock2017-09-281-1/+2
* Add utf8.{c,h} for common UTF-8 util functionsRan Benita2014-03-221-41/+1
* keysym: fix types in bin_searchRan Benita2014-02-081-3/+3
* Fix some cppcheck warningsRan Benita2014-01-111-2/+1
* keysym-utf: Fix a warning about shadowingSiddharth Heroor2013-10-071-6/+6
* keysym-utf: mark keysymtab array as staticRan Benita2012-11-051-1/+1
* keysym-utf: also translate special keysyms like Tab and ReturnRan Benita2012-11-051-25/+12
* utils: add and use ARRAY_SIZE macroRan Benita2012-10-161-4/+2
* keysym-utf: make keysym->unicode table a bit smallerRan Benita2012-10-061-1/+2
* keysym-utf8: Optimise the keysym to utf8 lookupRob Bradford2012-09-181-17/+42
* Organize src/ and test/ headersRan Benita2012-09-161-1/+1
* Constify keysym <-> Unicode lookup tableDaniel Stone2012-09-111-1/+1
* utils: remove Xfuncproto.h and use our own macrosRan Benita2012-07-231-2/+2
* Run source tree through uncrustifyDaniel Stone2012-07-171-7/+10
* Add keypad sequences to UTF-8 keysym printingDaniel Stone2012-06-081-1/+16
* Add API for getting unicode representation of a keysymRob Bradford2012-06-081-0/+942