Edgewall Software

Changes between Initial Version and Version 1 of Ticket #124


Ignore:
Timestamp:
Jun 5, 2007, 9:52:52 PM (17 years ago)
Author:
cmlenz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #124 – Description

    initial v1  
    11I am using Genshi 0.4.1 with TurboGears 1.0.2.2 and I'm getting problem with replace() on an unicode string :
    22
     3{{{
    34Traceback (most recent call last):
    45  File "/var/lib/python-support/python2.4/cherrypy/_cphttptools.py", line 105, in _run
     
    3233    text = unicode(text).replace('&', '&') \
    3334UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 8: ordinal not in range(128)
     35}}}