Modify ↓
Opened 19 years ago
Closed 13 years ago
#1495 closed defect (wontfix)
UnicodeEncodeError
| Reported by: | anonymous | Owned by: | Noah Kantrowitz |
|---|---|---|---|
| Priority: | normal | Component: | CombineWikiPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.10 |
Description
When I try to convert e.g. the camelcase wiki page included in trac i get the following statement
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 "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg/webadmin/web_ui.py", line 109, in process_request
path_info)
File "build/bdist.linux-x86_64/egg/combinewiki/web_ui.py", line 58, in process_admin_request
File "build/bdist.linux-x86_64/egg/combinewiki/formats.py", line 55, in process_combinewiki
File "build/bdist.linux-x86_64/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'\u201c' in position 314: character maps to <undefined>
but some are functioning normal....
Attachments (0)
Change History (5)
comment:1 Changed 19 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 Changed 19 years ago by
which characterset should I use then? and why did it function with some files? which lines should i add in trac.ini:
[combinewiki] charset = ...
comment:3 Changed 19 years ago by
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
comment:4 Changed 17 years ago by
Same problem here...strange, as I created all wiki pages from scratch with internal editor... no unicode used, just plain ascii chars
comment:5 Changed 13 years ago by
| Resolution: | → wontfix |
|---|---|
| Status: | reopened → closed |
Deprecated: Please try the TracWikiToPdfPlugin.
Note: See
TracTickets for help on using
tickets.



This plugin doesn't support Unicode (or any multi-byte charsets) for the Postscript and PDF output formats, nor will it ever.