Modify ↓
      
        Opened 19 years ago
Closed 19 years ago
#1223 closed defect (fixed)
The PyDocPlugin badly needs some unicode fixes
| Reported by: | Christian Boos | Owned by: | Christian Boos | 
|---|---|---|---|
| Priority: | high | Component: | PyDocPlugin | 
| Severity: | critical | Keywords: | unicode | 
| Cc: | Trac Release: | 0.10 | 
Description
(copied for #T4783)
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 238, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/tracpydoc/tracpydoc.py", line 289, in process_request
  File "build/bdist.linux-i686/egg/tracpydoc/tracpydoc.py", line 235, in generate_help
UnicodeDecodeError: 'ascii' codec can't decode byte 0xa3 in position 729888: ordinal not in range(128)
(and why not a 0.11 port, at the same occasion...)
Attachments (0)
Note: See
        TracTickets for help on using
        tickets.
    


Done in r2010.