Modify ↓
Opened 17 years ago
Last modified 8 years ago
#2935 new defect
Error with german "Umlaute", example ä, ü etc.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Component: | WorkLogPlugin |
Severity: | critical | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
If I try to comment a worklog with special characters, for example "ä" I get the following error:
Traceback (most recent call last): File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/worklog/webui.py", line 123, in process_request UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 0: ordinal not in range(128)
In german we have these charecters very often and it would be nice, if we don´t have to circumscribe our comments.
Attachments (0)
Note: See
TracTickets for help on using
tickets.