Hi,

Thanks to all involved for the help on sorting out our timeline issues.
As part of installing the latest version of trac I've had to upgrade to
sqlite 3 due to SQL used in the search feature. That's not a problem in
itself, but it has had the knock-on effect of upgrading python for us
and now leaves me in the situation where many of our reports don't work
at all due to the following error:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 283, in 
dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 170, in 
dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/ticket/report.py", line 90, in 
process_request
    resp = self._render_view(req, db, id)
  File "/usr/lib/python2.4/site-packages/trac/ticket/report.py", line 303, in 
_render_view
    cell = str(cell)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2018' in position 
255: ordinal not in range(128)

I've tried switching off all locale settings in the apache config (as
suggested in http://projects.edgewall.com/trac/ticket/2905) that are
related to this to no avail. I'm pretty much running the latest trunk.

This is obviously due to some freaky characters in some of our tickets,
however the reports worked fine before. What so I need to do to sort
this out?

Thanks.

-- 

Russ

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to