Bug tracker
Database encoding do not support mutibyte language (support request)
I had analize the database structure file
Found the default encoding is utf8_bin,and I change it into utf8_unicode_ci,it works
I do that (my default editor is vim70)
vi mysql_41_schema.sql
:%s/utf8_bin/utf8_unicode_ci/g
Comments / History
Which problems do you experience?
there's file called iso.txt, right?
when it contain a multibyte character, you will see the error
if not,at the background acp ,you change the language local name
ok,you see
the name changes to ????????
when i change it to utf8_unicode_ci,everything goes ok
Please be as specific as possible.