Changes between Initial Version and Version 4 of Ticket #2012


Ignore:
Timestamp:
May 23, 2013, 7:32:34 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2012

    • Property Keywords UTF-8 added; utf-8 removed
  • Ticket #2012 – Description

    initial v4  
    11I installed the plugin but it gave the following error when I tried to run it :
    22
     3{{{
    34Traceback (most recent call last):
    45  File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 406, in dispatch_request
     
    1718    return unicode.__new__(self, text)
    1819UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
     20}}}
    1921
    2022I don't know much python, but my investigation into issue made me believe that this is a problem when trac is attempting to encode a utf-8, witch trac believes is ascii, into utf-8.