We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca272c commit 341a256Copy full SHA for 341a256
scripts/update-keysyms
@@ -1,7 +1,8 @@
1
#!/bin/sh
2
# Run this to regenerate xkbcommon-keysyms.h from the X11 headers
3
# defining the keysyms and update the name <-> keysym mapping.
4
-export LC_CTYPE=C
+export LC_CTYPE=C.UTF-8
5
+export LC_COLLATE=C.UTF-8
6
scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
7
scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
8
scripts/update-headers.py
0 commit comments