Modify

Opened 17 years ago

Closed 17 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)

Change History (1)

comment:1 Changed 17 years ago by Christian Boos

Resolution: fixed
Status: newclosed

Done in r2010.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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

 
Note: See TracTickets for help on using tickets.