I am currently having an issue with storing Japanese characters.
The characters output to the front-end of the site, and the mySQL datbase correctly.
On the back-end... Once the FCK editor is updated, again, the Japanese characters are correct in the database and front end of the website, but the contents of the editor come out looking like this: ãŠã¯ã‚ˆã†
This means that I can update the content a single time, but need to keep pasting from another document in order to avoid losing work.
Can anyone provide a solution which will enable the FCK Editor to output the UTF-8 Unicode characters that are being stored in it?
My many thanks.
The characters output to the front-end of the site, and the mySQL datbase correctly.
On the back-end... Once the FCK editor is updated, again, the Japanese characters are correct in the database and front end of the website, but the contents of the editor come out looking like this: ãŠã¯ã‚ˆã†
This means that I can update the content a single time, but need to keep pasting from another document in order to avoid losing work.
Can anyone provide a solution which will enable the FCK Editor to output the UTF-8 Unicode characters that are being stored in it?
My many thanks.

Re: UTF-8 Output problem
Re: UTF-8 Output problem
Re: UTF-8 Output problem
Re: UTF-8 Output problem
Re: UTF-8 Output problem
Andre
Re: UTF-8 Output problem
The Column Collate is set to utf8_general_ci.
What's unusual is that the output is correct on the front end of the site. So I'm almost tempted to say it is an issue with the FCK editor config settings..
Still searching for a solution, any suggestions are welcome.
Re: UTF-8 Output problem
Disable FCKeditor on this page and just try to render HTML directly into a textarea. This will show you that it's a server-side problem.
Re: UTF-8 Output problem
An input field showed that FCK Editor isn't the problem. I will take my mySQL nightmares elsewhere thank you for helping me to diagnose this.
Re: UTF-8 Output problem
We set up the CMS with two versions of the content:
1. inside the FCK editor
2. inside an input box.
We found that removing the include containing the FCKEditor allowed the characters to be displayed correctly in the input box.
So we could only conclude that somewhere, the FCKEditor is changing the characters to Latin and not allowing them to be rendered as UTF-8 / unicode on the page that includes the FCK Editor.
Still desperately searching for a solution, if anyone has any similar experience your feedback is much appreciated.
Re: UTF-8 Output problem
Re: UTF-8 Output problem
Re: UTF-8 Output problem
Re: UTF-8 Output problem
Re: UTF-8 Output problem
All application is utf-8 encoded.
Saving is OK, since I can see the stored data being returned through a DB query.
When going back to fckeditor, text is replaced by a lot of rubish. I tried IE7 FF3/Chrome: same thing.
Have you found a fix for this?
UPDATE: I found how to fix this, change fckconfig.js
FCKConfig.ProcessNumericEntities = true ;
Re: UTF-8 Output problem
Re: UTF-8 Output problem
一 丁 丂 七 丄 丅 丆
you will be storing this in the database:
一 丁 丂 七 丄 丅 丆
Try searching for words or patterns in a database like this, not to mention 8 bytes per character that would take 3 if stored in UTF-8.
Re: UTF-8 Output problem
http://www.moneymakersportal.com
Re: UTF-8 Output problem
Re: UTF-8 Output problem
Re: UTF-8 Output problem
Andre