kihashi / mtg-irc

A module for the IRC Bot Phenny that allows users to query magic cards.
3 stars 1 forks source link

Fix all the unicode #67

Closed kihashi closed 9 years ago

kihashi commented 9 years ago

Change all strings to unicode. Change all str and repr to unicode. Do not double encode strings. Make sure that no strings are implicitly converted to bytes.

This probably will fix #63 and #64.