Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3058


Ignore:
Timestamp:
Apr 19, 2006, 1:25:35 PM (18 years ago)
Author:
Christian Boos
Comment:

Right, I can reproduce this.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3058

    • Property Keywords unicode added
    • Property Owner changed from Jonas Borgström to Christian Boos
    • Property Milestone0.9.6
    • Property Priority normalhighest
  • Ticket #3058 – Description

    initial v1  
    44In the following is the python traceback:
    55
    6 
     6{{{
    77Traceback (most recent call last):
    88  File "C:\Python24\lib\site-packages\trac\web\standalone.py", line 303, in _do_trac_req
     
    2929    return codecs.utf_8_decode(input, errors, True)
    3030UnicodeDecodeError: 'utf8' codec can't decode byte 0xc3 in position 17: unexpected end of data
     31}}}