Menu

Commit [r3109]  Maximize  Restore  History

Another attempt at fixing the unicode problem with the reports.

Actually, the reason for the trouble was that pysqlite2
returns the column description information as an UTF-8
encoded string.

Also, I reverted r3084 and instead do the conversion
in `HDFWrapper.add_value` in a "robust" and backward
compatible way: if a plugin store UTF-8 strings in the
HDF, things will work as expected. If the string was
not encoded using UTF-8, replacement characters will be
inserted.

This should really close #2905 this time :)

cboos 2006-04-05

changed /trunk/trac/ticket/report.py
changed /trunk/trac/util/markup.py
changed /trunk/trac/web/clearsilver.py
/trunk/trac/ticket/report.py Diff Switch to side-by-side view
Loading...
/trunk/trac/util/markup.py Diff Switch to side-by-side view
Loading...
/trunk/trac/web/clearsilver.py Diff Switch to side-by-side view
Loading...
MongoDB Logo MongoDB