Skip to content
Toyoyo Toyo edited this page Feb 4, 2022 · 7 revisions

Get international characters working (french accents)

Set font to: Courier New
Set translation to: Use font encoding

Creating a CP1252 locale on Debian systems.

# 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
Clone this wiki locally