Skip to content

Instantly share code, notes, and snippets.

@xkr47
Created June 17, 2013 11:29
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 xkr47/5796249 to your computer and use it in GitHub Desktop.
Save xkr47/5796249 to your computer and use it in GitHub Desktop.
snippet for configuring PPF 1.0.0 and newer to use UTF-8 for output and input, falling back to some other charset if utf-8 decoding fails
<botConfig>
<irc-settings>
<encoding>utf-8</encoding>
<fallbackEncoding>iso-8859-15</fallbackEncoding>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment