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 check the line starting with 90.  Here's mine from 0.11-dev, with no
strange characters:

00000090  68 20 74 68 65 20 61 64  64 69 74 69 6f 6e 61 6c  |h the additional|
000000a0  20 72 65 71 75 69 72 65  6d 65 6e 74 20 74 68 61  | requirement tha|

-- 
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 Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to