Skip to content

Commit 341a256

Browse files
committed
keysyms: Make locale explicit in scripts/update-keysyms
1 parent 6ca272c commit 341a256

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/update-keysyms

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/sh
22
# Run this to regenerate xkbcommon-keysyms.h from the X11 headers
33
# defining the keysyms and update the name <-> keysym mapping.
4-
export LC_CTYPE=C
4+
export LC_CTYPE=C.UTF-8
5+
export LC_COLLATE=C.UTF-8
56
scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
67
scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
78
scripts/update-headers.py

0 commit comments

Comments
 (0)