src/libkeymap: better error message on unsupported unicode value

The auto-generated (with ckbcomp) file fr-bepo_afnor did not load (even
partially), because of an U+1f12f (copyleft symbol) that is wrongly
parsed, generating this error message:
	too many (160) entries on one line

Fix libkeymap so that the symbol can be parsed, and later generate a
better error message:
	unicode keysym out of range: U+1f12f

At least users will know what is wrong with their keymap.

Signed-off-by: Anisse Astier <anisse@astier.eu>
1 file changed
tree: 375852ad833b99278fdfe73fe796037b0b80fdd6
  1. config/
  2. contrib/
  3. data/
  4. docs/
  5. m4/
  6. po/
  7. rc/
  8. src/
  9. tests/
  10. .clang-format
  11. .gitignore
  12. .travis.yml
  13. ABOUT-NLS
  14. AUTHORS
  15. autogen.sh
  16. ChangeLog
  17. configure.ac
  18. CREDITS
  19. INSTALL
  20. LICENSE
  21. Makefile.am
  22. NEWS
  23. README.md
README.md

KBD Build Status

This package contains tools for managing Linux console (Linux console, virtual terminals, keyboard, etc.) – mainly, what they do is loading console fonts and keyboard maps.

This distribution contains no binaries - the sources depend on the kernel version - compile them yourself.

The home site of this package:

The latest stable version of kbd can always be found on:

Contributing

See also howto-contribute.

Web interface:

Checkout:

git clone git://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git

NLS (PO TRANSLATIONS)

PO files are maintained by: https://translationproject.org/domain/kbd.html

LICENSE

Kbd is licensed under the GNU General Public License (GPL), version 2, or at your option any later version.

BUG REPORTING

Report problems with this package to the mailing list or to the Alexey Gladkov <gladkov.alexey AT gmail DOT com>.