-
Notifications
You must be signed in to change notification settings - Fork 1
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
$ iconv --from utf-8 --to cp1252//TRANSLIT < text | less
/set term_charset cp1252
/set recode_out_default_charset utf-8
Make sure your irssi build is either quite old, or 1.2.1 minimum.