fritzy / SleekXMPP

Python 2.6+/3.1+ XMPP Library
http://groups.google.com/group/sleekxmpp-discussion
Other
1.1k stars 299 forks source link

UTF-8 characters don't work in 2.6 #2

Closed fritzy closed 14 years ago

fritzy commented 14 years ago

I need to do a conditional import to get utf-8 chars to work in 2.6. For now, 3.x is the only supported way to run SleekXMPP until this is fixed.

fritzy commented 14 years ago

Mostly fixed... still testing...

cakebread commented 14 years ago

Is there a branch known to work with Python 2.6 we can use until this is fixed?

fritzy commented 14 years ago

Fixed via setting the defaultencoding.