Multi language characters problems (question marks)
Permalink
Hi, all
From the version concrete 4.2, it seemed that concrete5 didnot support Chinese characters?
I have been waiting for a long time, but every new version does not solve the problems. It turns out that any content I changed will become question mark.
So, I am wondering whether there's a solution for multi language.
Thanks for your time.
From the version concrete 4.2, it seemed that concrete5 didnot support Chinese characters?
I have been waiting for a long time, but every new version does not solve the problems. It turns out that any content I changed will become question mark.
So, I am wondering whether there's a solution for multi language.
Thanks for your time.
This shouldn't have to do anything with C5. I think if you use utf8_unicode_ci all languages should be supported and work fine.
Thank you very much.
How to use utf8_unicode_ci? in mysql?
sorry, I am quite new in web programme.
How to use utf8_unicode_ci? in mysql?
sorry, I am quite new in web programme.
If you have access to MySQL, just execute:
ALTER DATABASE `dbname` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci
Replace dbname with your database name;
ALTER DATABASE `dbname` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci
Replace dbname with your database name;
This worked for me, but only when I use my own SQL DB (wamp), when I use hosting provided it says: #1044 - Access denied for user '******'@'localhost' to database '*****'
It doesn't work