purns wrote:
> I am now porting it to Coldfusion MX7, which is an
English version. I am not
> able to display the Japanese characters in the .cfm
pages correctly now. Is
> there a specific setting I need to do?
what exactly does "not able to display the Japanese
characters in the .cfm pages
correctly" mean? from a database? static text in cf pages?
mojibake?
what encoding did you use in cf5?
in general, cf5 doesn't know encoding from a hole in the
ground. cf6 & above
does & defaults to utf-8 (unicode). that's most likely
the cause of your problems.