Ticket #11 (new defect)

Opened 5 years ago

Unicode Input/Output

Reported by: tim Owned by: tim
Priority: major Milestone:
Component: Parser Version: trunk
Keywords: Cc:

Description

Feeds come in as UTF-8 (or other formats), and the refresh_feeds process throws a stack.

ERROR DURING TASK EXECUTION 'ascii' codec can't decode byte 0xe2 in position 178: ordinal not in range(128)
Traceback (most recent call last):
  File "/Users/tim/src/turbogears/turbogears/scheduler.py", line 337, in threadedcall
    self.execute()
  File "/Users/tim/src/turbogears/turbogears/scheduler.py", line 218, in execute
    self.action(*self.args, **self.kw)
  File "/Users/tim/src/cogplanet/cogplanet/model.py", line 106, in refresh_feeds
    trans.commit()
Note: See TracTickets for help on using tickets.