Closed ehabkost closed 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
fixed on commit 3217e40904d29393357621bfaaad877b52b8961a.
e.g.:
Example of a post broken by this: http://twitter.com/botoboto/status/6927053856