Does FCKEditor support localization for foreign languages? It appears not.
By "support" I mean the ability to copy and past into the editor some (let's say) Kanji chars into the editor and have it convert it to encoded strings. Our db where we store our web page content does not support Unicode so we have to store Kanji as encoded values like 製 strung together. FCKEditor can display this just fine but it converts it back to Kanji chars and so when I submit back to the db it tries to store as unicode (I think) and the next read back out will be garbled hieroglyphics.
ANother embedded editor (XStandard) supports encoded chars but I'm not aware if FCKeditor does or not. I've not seen it yet. If it does support, please tell me how to configure. If not, I hope this is coming in v3!
By "support" I mean the ability to copy and past into the editor some (let's say) Kanji chars into the editor and have it convert it to encoded strings. Our db where we store our web page content does not support Unicode so we have to store Kanji as encoded values like 製 strung together. FCKEditor can display this just fine but it converts it back to Kanji chars and so when I submit back to the db it tries to store as unicode (I think) and the next read back out will be garbled hieroglyphics.
ANother embedded editor (XStandard) supports encoded chars but I'm not aware if FCKeditor does or not. I've not seen it yet. If it does support, please tell me how to configure. If not, I hope this is coming in v3!