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.

 
okhayat replied on at Permalink Reply
okhayat
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.
jump replied on at Permalink Reply
Thank you very much.

How to use utf8_unicode_ci? in mysql?
sorry, I am quite new in web programme.
okhayat replied on at Permalink Reply
okhayat
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;
da4kinov replied on at Permalink Reply
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 '*****'
happen replied on at Permalink Reply
It doesn't work