Modify ↓
Opened 18 years ago
Closed 18 years ago
#1350 closed defect (wontfix)
UnicodeEncodeError
Reported by: | anonymous | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | high | Component: | CombineWikiPlugin |
Severity: | blocker | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I am not sure if it is the same error as #815 so I post mine also:
Python Traceback Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4429-py2.4.egg/webadmin/web_ui.py", line 109, in process_request path_info) File "build/bdist.linux-i686/egg/combinewiki/web_ui.py", line 58, in process_admin_request File "build/bdist.linux-i686/egg/combinewiki/formats.py", line 55, in process_combinewiki File "build/bdist.linux-i686/egg/combinewiki/formats.py", line 106, in _page_to_file File "encodings/iso8859_15.py", line 18, in encode UnicodeEncodeError: 'charmap' codec can't encode character u'\u2019' in position 148: character maps to <undefined>
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Please make sure you are not trying to convert a page using UTF8, or any other multibyte character set. This is not supported by HTMLDOC, and so cannot be fixed in the plugin. If this is not the issue, please feel free to reopen this ticket.