Only on edits/.rss, *not* the /edits html page
I can't reproduce on my (DP) dev env.
Module _edit_xml:78 in render_body
<< __M_writer(u'\n <pre>\n ')
# SOURCE LINE 18
__M_writer(websafe(saxutils.escape("\n".join(thing.diff[2:]), entities)))
__M_writer(u'\n </pre>\n </description>\n</item>\n')
return ''>> __M_writer(websafe(saxutils.escape("\n".join(thing.diff[2:]), entities)))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 251:
ordinal not in range(128)
Original issue reported on code.google.com by wjmo...@gmail.com on 14 Aug 2012 at 6:40
Original issue reported on code.google.com by
wjmo...@gmail.com
on 14 Aug 2012 at 6:40