Modify

Opened 15 years ago

#4926 new defect

UnicodeEncodeError if there are branches with special characters

Reported by: SLohmaier Owned by: Emmanuel Blot
Priority: normal Component: RevtreePlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

If there is a branch with a specialcharacter:

UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 35: ordinal not in range(128)

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 435, in _dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 205, in dispatch

resp = chosen_handler.process_request(req)

File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 246, in process_requestFile "build/bdist.linux-i686/egg/revtree/web_ui.py", line 317, in _process_revtreeFile "build/bdist.linux-i686/egg/revtree/model.py", line 455, in buildFile "build/bdist.linux-i686/egg/revtree/model.py", line 173, in build

Attachments (0)

Change History (0)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Emmanuel Blot.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.