I’m creating a site in Mandarin Chinese which is a duplicate of a site in English. We used a translation company that translated an exported version of the weblog_data table and when I reimport it, it looks fine in phpMyAdmin. I see the characters just fine. But when I view it in EE, I see question marks.
If I copy/paste some Chinese into EE and save it, it’s then not readable in the DB, but it displays correctly on the site. I’m dealing with around 100 pages of content and I can’t just paste all that content in thru EE, I have to do a mass import to the DB which doesn’t display correctly after EE retrieves it.
The database is utf8_unicode_ci, the weblog_data table is utf8_unicode_ci and all the fields with content in that table are also utf8_unicode_ci.
The Default Character Set in EE is utf-8 and i’m running version 1.6.8.
I don’t think it’s an EE issue, I think I just need to figure out the encoding. Why doesn’t the Chinese that looks fine in phpMyAdmin also look fine when it’s pulled in to EE? What happens to the Chinese pasted in to EE that it gets encoded differently so it then isn’t viewable in phpMyAdmin but it does display correctly in EE?
Any advice would be great.
Thanks.