kc3-lang/libxkbcommon/changes/api/+unicode-escape-sequences.md

Download

Added Unicode code point escape sequences \u{NNNN}. They are replaced with the UTF-8 encoding of their corresponding code point U+NNNN, if legal. Supported Unicode code points are in the range 1‥0x10ffff. This is intended mainly for writing keysyms as UTF-8 encoded strings.


Source

Download