Ticket #3857 (closed defect: worksforme)
Encoding problem with mysql
| Reported by: | sven.reimers@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | major | Keywords: | mysql unicode |
| Cc: |
Description
The init of the environment fails with
UnicodeEncodeError: 'latin-1' codec can't encode character u'\u201c' in position 0: ordinal not in range(256)
This is caused by chars not in latin-1 encoding but in default-wiki pages. I could find that the chars causing problems are:
“”
I can not write any wiki page containg those chars as well, since the submission fails with the same error as above.
Seems there is somehow a problem with correct conversion.
Configuration MySQL 5.0, UTF8 , Python 2.4
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


