Edgewall Software

Changes between Version 281 and Version 282 of 0.12/TracFaq


Ignore:
Timestamp:
Jul 18, 2007, 6:51:27 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

Add a note about UTF-8 issues

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracFaq

    v281 v282  
    408408Start by reading the TracModPython page and its [TracModPython#Troubleshooting troubleshooting] section.
    409409
     410=== I have issues with UTF-8 encoding/decoding ===
     411
     412On occasion, you may bump into the following error:
     413{{{
     414UnicodeDecodeError: 'utf8' codec can't decode byte 0xXX in position i: unexpected code byte
     415}}}
     416
     417This error usually shows up after one of the following events occurred:
     418 * you've imported an existing Trac database from an older Trac installation,
     419 * you've converter the database backend (from MySQL to SQLite, ...),
     420 * you've used a faulty Trac plugin
     421
     422See TracUnicode to find out how to convert a database archive.
     423
    410424=== I have issues with ... Trac ===
    411425