mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-01-25 14:59:05 +01:00
a886f6eede
Encoding errors in the compose data compiler due to: - 'UTF-16' adds a BOM, use 'UTF-16-LE' instead - 'str.encode' returns a byte array, use 'array' to have a 16-bit char array. |
||
---|---|---|
.. | ||
compile.py | ||
en_US_UTF_8_Compose.pre | ||
keysymdef.h | ||
README.md |
Compose sequences
The compose.py
program parses the compose sequences found in this directory
and generates srcs/juloo.keyboard2/ComposeKeyData.java
.
en_US_UTF_8_Compose.pre
This file is copied from the xorg
project. Copyright applies.