Remove bogus euro sign entry from keysymtab
authorSam Lantinga <slouken@libsdl.org>
Wed, 27 Apr 2022 16:45:54 +0000 (18:45 +0200)
committerRan Benita <ran@unusedvar.com>
Sun, 15 May 2022 07:26:44 +0000 (10:26 +0300)
commit2536713070967b98f9a8c934df108ec7c095b593
treee2b8f691a7efd372e20bba0f791cc35ae87902a6
parentb064b60984fbbe019c8b173b26d1fcd0a4e4df04
Remove bogus euro sign entry from keysymtab

Not sure what it's doing here, but converting "€" to a keysym
doesn't work with this entry. 0x13a4 doesn't appear in
xkbcommon-keysyms.h. 0x20ac is the keysym documented in the
header (and it's the last entry in the table).

It's been in the table since it was introduced in e0524296d2e0
("Add API for getting unicode representation of a keysym").

Co-authored-by: Simon Ser <contact@emersion.fr>
src/keysym-utf.c
test/keysym.c