summaryrefslogtreecommitdiff
path: root/src/keysym-utf.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-13Do not interpret nor emit invalid Unicode encoding formsPierre Le Marre1-3/+13
2022-05-15keysym-utf: remove bogus currency sign entriesRan Benita1-11/+0
2022-05-15keysym-utf: remove bogus Korean Won sign entryRan Benita1-1/+0
2022-05-15Remove bogus euro sign entry from keysymtabSam Lantinga1-1/+0
2021-02-27Fix a few keysymtab entries to match their comment in xkbcommon-keysyms.hPierre Le Marre1-3/+3
2020-02-24Support translation Unicode codepoints to keysymsJaroslaw Kubik1-0/+29
2019-12-27build: include config.h manuallyRan Benita1-0/+2
2018-06-23keysym-utf: reject out-of-range Unicode codepoints in xkb_keysym_to_utf{8,32}Ran Benita1-3/+9
2018-02-27keysym-utf: replace the Unicode characters for leftanglebracket and rightangl...Ran Benita1-2/+2
2017-09-28keysym-utf: Add missing codes for signifblank and permille keysymsMatt Whitlock1-1/+2
2014-03-22Add utf8.{c,h} for common UTF-8 util functionsRan Benita1-41/+1
2014-02-08keysym: fix types in bin_searchRan Benita1-3/+3
2014-01-11Fix some cppcheck warningsRan Benita1-2/+1
2013-10-07keysym-utf: Fix a warning about shadowingSiddharth Heroor1-6/+6
2012-11-05keysym-utf: mark keysymtab array as staticRan Benita1-1/+1
2012-11-05keysym-utf: also translate special keysyms like Tab and ReturnRan Benita1-25/+12
2012-10-16utils: add and use ARRAY_SIZE macroRan Benita1-4/+2
2012-10-06keysym-utf: make keysym->unicode table a bit smallerRan Benita1-1/+2
2012-09-18keysym-utf8: Optimise the keysym to utf8 lookupRob Bradford1-17/+42
2012-09-16Organize src/ and test/ headersRan Benita1-1/+1
2012-09-11Constify keysym <-> Unicode lookup tableDaniel Stone1-1/+1
2012-07-23utils: remove Xfuncproto.h and use our own macrosRan Benita1-2/+2
2012-07-17Run source tree through uncrustifyDaniel Stone1-7/+10
2012-06-08Add keypad sequences to UTF-8 keysym printingDaniel Stone1-1/+16
2012-06-08Add API for getting unicode representation of a keysymRob Bradford1-0/+942