basicScandal / raft

Automatically exported from code.google.com/p/raft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encoding error when formatting extracted links

GoogleCodeExporter opened this issue · comments

Stack trace:
"""
FIXME:
 error when extracting content:
 Traceback (most recent call last):
  File "/Users/gfleischer/svn/raft/utility/RequestResponseWidget.py", line 365, in generateExtractorResults
    linksIO.write('%s\n' % str(link))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 
88: ordinal not in range(128)
"""

Original issue reported on code.google.com by gfleisch...@gmail.com on 8 Jul 2011 at 9:50

This appears to be fixed in RAFT3.

Original comment by gfleisch...@gmail.com on 30 Jul 2013 at 6:44

  • Changed state: Fixed