-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Toyoyo Toyo edited this page Feb 4, 2022
·
7 revisions
Set font to: Courier New
Set translation to: Use font encoding
# localedef -f CP1252 -i /usr/share/i18n/locales/en_US /usr/lib/locale/en_US.CP1252
# mkdir -p /usr/local/share/i18n/
# echo "en_US.CP1252 CP1252" > /usr/local/share/i18n/SUPPORTED
# dpkg-reconfigure locales
# export LANG=en_US.CP1252