On Mon, Apr 17, 2006 at 07:39:28AM +0200, solo turn wrote: > if i search for code on trac-hacks, i get the error: > > Traceback (most recent call last): > File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 308, > in dispatch_request > dispatcher.dispatch(req) > File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 186, > in dispatch > resp = chosen_handler.process_request(req) > File "/usr/lib/python2.4/site-packages/trac/Search.py", line 181, in > process_request > results += list(source.get_search_results(req, terms, filters)) > File "build/bdist.linux-i686/egg/tracreposearch/search.py", line > 115, in get_search_results > UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position > 39: ordinal not in range(128) > > is this a known error, or a new one?
Yes, this is a known problem. I'm eagerly awaiting Christian's TracDev/UnicodeGuidelines document before launching into fixing unicode problems. I'd prefer to do it right than just hack around wildly hoping for the best :) -- Evolution: Taking care of those too stupid to take care of themselves. _______________________________________________ Trac-dev mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac-dev
