mountainpenguin / pyrt

python rtorrent webUI
GNU General Public License v3.0
34 stars 11 forks source link

Latin-1 Character Encoding #2

Closed mr-bo-jangles closed 12 years ago

mr-bo-jangles commented 12 years ago

[13/Jan/2012:10:08:20] Traceback (most recent call last): File "/usr/lib/pymodules/python2.6/cherrypy/_cpwsgi.py", line 168, in next chunk = chunk.encode("ISO-8859-1") UnicodeEncodeError: 'latin-1' codec can't encode characters in position 554633-554634: ordinal not in range(256)

Characters in question are Displayed in UTF-8 as they are japanese

mountainpenguin commented 12 years ago

Should theoretically now be fixed (by 17bfcffe8836b170f795aee5e9854a39fc2d2af3), I haven't had time to do full-scale testing yet though, let me know if there are any issues