mspieth / rssdler

Automatically exported from code.google.com/p/rssdler
4 stars 0 forks source link

Unicode data kills python networking modules #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Python's networking modules do not deal with unicode strings. Effort has
been made to encode to utf-8 before passing the data to networking code.
Probably will only be fixed with release of Py3k.

Original issue reported on code.google.com by lostnihi...@gmail.com on 12 Dec 2007 at 3:55

GoogleCodeExporter commented 8 years ago

Original comment by lostnihi...@gmail.com on 15 Dec 2007 at 3:27

GoogleCodeExporter commented 8 years ago
setting to WontFix since this is a Python problem that won't be fixed until P3K.
However, if you see this bug and see UnicodeEncode/DecodeErrors, don't think 
that I
won't try to fix it.

Original comment by lostnihi...@gmail.com on 10 Feb 2008 at 4:57