Edgewall Software

Changes between Initial Version and Version 2 of Ticket #5684


Ignore:
Timestamp:
Jul 11, 2007, 9:48:35 AM (17 years ago)
Author:
Christian Boos
Comment:

Replying to anonymous:

0.10.3 does not support unicode throughout. if it happens in 0.11 too pls reopen.

Not true, Trac supports unicode since 0.10.

Two remarks:

  • description = 'String' should rather be description = u'String' when String contains non-ascii characters
  • you're better off following current sandbox/i18n efforts and #5470/#5476

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5684

    • Property Status newclosed
    • Property Keywords unicode i18n added; codification removed
    • Property Resolutionwontfix
  • Ticket #5684 – Description

    initial v2  
    1111
    1212Python Traceback
    13 
     13{{{
    1414Traceback (most recent call last):
    1515  File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
     
    2626    return unicode.__new__(self, text)
    2727UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 15: ordinal not in range(128)
     28}}}