Hello,
I'm french, and I try to translate a plugin (ChannelStats ; from the git repository) into french, but I got an error "Non-ASCII character '\xc3'", because I use an UTF-8 character ('é').
So, I had to add at the beginning of plugin.py : # -- coding: utf8 --
This problem is easy to solve, but some people may not understand it ; and it could appear in a lot of languages.
So, why not adding this line at the beginning of every Supybot file ?
Thank you in advance,
ProgVal