Skip to content

Instantly share code, notes, and snippets.

@strazzere
Created July 23, 2016 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save strazzere/195b439480eab1de3c43f73781d5502a to your computer and use it in GitHub Desktop.
Save strazzere/195b439480eab1de3c43f73781d5502a to your computer and use it in GitHub Desktop.
osx + irssi + chinese utf-8 characters
screen -U -S irc
/set term_charset utf-8
/set recode_autodetect_utf8 ON
/set recode_fallback ISO-8859-15
/set recode_out_default_charset ISO-8859-15
/set recode_transliterate ON
/set recode ON
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment