Gilles Vincent wrote:
Hi again,
Can you tell me if such an error can be due only to the wiki ?
I cant' export it with trac-admin because it's generate the same error :
"'utf8' codec can't decode byte 0xe9 in position 18: unexpected end of
data"
I'm trying to edit the database by hand, but I don't know where to
look at..
You certainly have a pre-unicode version of trac-0.10dev.
For some reason, you have non-UTF 8 data (0xe9 is é, in most ISO-latin
encodings),
and from the stack trace, it's not coming from the database but rather
from your translation files.
Check those, and probably recode some of them from latin1 to utf8.
-- Christian
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac