ehabkost / passerd

A Twitter client that works as an IRC server
http://passerd.raisama.net/
Other
1 stars 2 forks source link

support windows-1252 chars #76

Closed ehabkost closed 14 years ago

ehabkost commented 14 years ago

e.g.:

>>> unicode('\x99', 'windows-1252')
u'\u2122'
>>> unicode('\x99', 'iso-8859-1')
u'\x99'
>>>

Example of a post broken by this: http://twitter.com/botoboto/status/6927053856

ehabkost commented 14 years ago

fixed on commit 3217e40904d29393357621bfaaad877b52b8961a.