You can even do better by replace the general collation by vietnamese collation following this http://bugs.mysql.com/4745 http://vietunicode.sourceforge.net/howto/vietcollationmysql.html
Good luck dinhtrung wrote: > Okay!!! Now I know I have to set this in /etc/my.cnf to fully support > Vietnamese: > > > [mysqld] > datadir=/var/lib/mysql > socket=/var/lib/mysql/mysql.sock > user=mysql > old_passwords=1 > character-set-server=utf8 > collation-server=utf8_general_ci > > [mysqld_safe] > log-error=/var/log/mysqld.log > pid-file=/var/run/mysqld/mysqld.pid > character-set-server=utf8 > collation-server=utf8_general_ci > > [client] > default-character-set=utf8 > > > Thanks, now Mantis is fully support Vietnamese... :) > > > > ------------------------------------------------------------------------ > > _______________________________________________ > HanoiLUG mailing lists: http://lists.hanoilug.org/ > HanoiLUG wiki: http://wiki.hanoilug.org/ > HanoiLUG blog: http://blog.hanoilug.org/
