Skip to content

Commit

Permalink
keysyms: Make locale explicit in scripts/update-keysyms
Browse files Browse the repository at this point in the history
  • Loading branch information
wismill committed Mar 7, 2024
1 parent c0470bb commit adce0da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/update-keysyms
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/sh
# Run this to regenerate xkbcommon-keysyms.h from the X11 headers
# defining the keysyms and update the name <-> keysym mapping.
export LC_CTYPE=C
export LC_CTYPE=C.UTF-8
export LC_COLLATE=C.UTF-8
scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
scripts/update-headers.py

0 comments on commit adce0da

Please sign in to comment.