[Bug 259730] Re: UnicodeDecodeError on http://trac.lawyer-web.org/wiki/CamelCase

2009-11-09 Thread Tim Hatch
I assume that this is fixed in the Trac 0.11 series, which is now available in Ubuntu repositories. ** Changed in: trac (Ubuntu) Status: New = Fix Released -- UnicodeDecodeError on http://trac.lawyer-web.org/wiki/CamelCase https://bugs.launchpad.net/bugs/259730 You received this bug

[Bug 259730] Re: UnicodeDecodeError on http://trac.lawyer-web.org/wiki/CamelCase

2008-08-20 Thread jerico
Index: usr/share/python-support/trac/trac/wiki/formatter.py === --- usr/share/python-support/trac/trac/wiki/formatter.py.orig 2008-08-20 08:28:20.0 -0400 +++ usr/share/python-support/trac/trac/wiki/formatter.py

[Bug 259730] Re: UnicodeDecodeError on http://trac.lawyer-web.org/wiki/CamelCase

2008-08-20 Thread Tim Hatch
Hi, What version of Trac are you using? Usually an error like that is caused by an external tool manually inserting records in the db. Have you done such a thing? Assuming you're using sqlite, can you run: sqlite3 db/trac.db 'select text from wiki where name=CamelCase;' | hexdump -C and

Re: [Bug 259730] Re: UnicodeDecodeError on http://trac.lawyer-web.org/wiki/CamelCase

2008-08-20 Thread jerico
Hi Tim, I am using the current Ubuntu Hardy trac version (0.10.4-2). The error occured on a fresh install when calling the CamelCase wiki page (which is in its original state). I am using a local mysql db backend accessed over local tcp. The offending characters are the four typographic that

[Bug 259730] Re: UnicodeDecodeError on http://trac.lawyer-web.org/wiki/CamelCase

2008-08-20 Thread Tim Hatch
Did you create the database in utf8 mode? See http://trac.edgewall.org/wiki/MySqlDb#MySQL -- UnicodeDecodeError on http://trac.lawyer-web.org/wiki/CamelCase https://bugs.launchpad.net/bugs/259730 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 259730] Re: UnicodeDecodeError on http://trac.lawyer-web.org/wiki/CamelCase

2008-08-20 Thread jerico
Hi Tim, Tim Hatch schrieb: Did you create the database in utf8 mode? See http://trac.edgewall.org/wiki/MySqlDb#MySQL yes, I executed exactly this statement. Florian -- UnicodeDecodeError on http://trac.lawyer-web.org/wiki/CamelCase https://bugs.launchpad.net/bugs/259730 You received this