I am using Cute Editor for ASP and am running into a problem when trying to display Japanese characters. I was able to successfully change the “culture” of the editor, but the text that shows up in the main editor box does not seem to support Japanese.
Here is a (poor) screenshot of my previous editor, and the CuteSoft editor:
As you can see, the previous editor had no issue with Japanese characters. The only thing that I have used to change the characters stored in the database back to Japanese in the editor is this:
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
I have included this for the CuteSoft editor as well, but it doesn’t seem to work. Is a different character set being used here? Is there another problem?
These are the different character sets I’ve tried:
Shift_JIS
x-sjis
Euc-jp
x-euc-jp
x-mac-japanese
iso-2022-jp
None of those have worked so far. If someone could please help me solve this problem, I’d greatly appreciate it.
Thank you,
Nathan