Hi, thanks for using Trac.

This is an install (or maybe docs) issue.  Trac requires UTF-8 databases
(that's what those byte sequences are), and those warnings come from
mysql.  If you use sqlite (like it defaults to) there are no issues like
this (so most users won't hit this).  The ones that do haven't read
http://trac.edgewall.org/wiki/MySqlDb#MySQL in which is stated:

> In order to avoid several issues with unicode and international characters
> throughout Trac (e.g., international characters turning into question marks
> with mysterious "Incorrect string value" errors logged), we strongly advise
> MySQL users to only use databases having the utf8 character set...

I tested on 7.10 and by following the proper CREATE TABLE statement
(from that link) things work fine.  Leaving it at the default (latin1 on
my system), the warnings appear.

-- 
incorrect string values setting environment
https://bugs.launchpad.net/bugs/174589
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