NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Setting keyboard layout on xterm



On Thu, 30 Jun 2022, Riza Dindir wrote:

LANG=""
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=""


Set the locale variables as Martin and Tom mentioned. Put this in your
~/.xinitrc or ~/.xsession file:

---
# Enable UTF-8 in X
export LANG=tr_TR.UTF-8		# or, de_DE.UTF-8
export LC_CTYPE=$LANG
export LC_ALL=""
---

-RVP



Home | Main Index | Thread Index | Old Index