Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4685


Ignore:
Timestamp:
Feb 7, 2007, 8:57:34 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

It looks like you've reached the wrong Trac.
Which site were you browsing when this error occured?

The site admin of this web site probably needs to upgrade his Trac installation.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4685

    • Property Priority highestnormal
    • Property Status newclosed
    • Property Resolutioninvalid
    • Property Severity blockernormal
  • Ticket #4685 – Description

    initial v1  
    55If you think this really should work and you can reproduce it, you should consider reporting this problem to the Trac team.
    66
    7 Go to http://trac.edgewall.org/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the Python traceback found below.
    8 
    9 TracGuide — The Trac User and Administration Guide
    10 
     7{{{
    118Python Traceback
    129Traceback (most recent call last):
     
    2623    return _compile(pattern, 0).sub(repl, string, count)
    2724UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 91: ordinal not in range(128)
     25}}}