Edgewall Software

Changes between Initial Version and Version 1 of Ticket #6125


Ignore:
Timestamp:
Oct 4, 2007, 8:46:40 AM (17 years ago)
Author:
Christian Boos
Comment:

Which db backend are you using? If it's MySQL, please check the db requirements listed in MySqlDb page, only utf8 charsets are supported.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6125 – Description

    initial v1  
    11Steps to reproduce the error:
    2 1. I tried to save a section which had a kn_IN script characters and obtained the below error.
    3 2. Removed the offending language characters and the content was saved.
     2 1. I tried to save a section which had a kn_IN script characters and obtained the below error.
     3 2. Removed the offending language characters and the content was saved.
    44
    55Error Reproducible.
    6 
     6{{{
    77Traceback (most recent call last):
    88  File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
     
    2121    return self.cursor.execute(sql_escape_percent(sql), args)
    2222ProgrammingError: character 0xe0b297 of encoding "UNICODE" has no equivalent in "LATIN1"
     23}}}