Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Display of Japanese characters on cfm page - Using Coldfusion MX7 (English version)

New Here ,
Aug 25, 2008 Aug 25, 2008
Hi,

I have an application which is currently running on Japanese version of Coldfusion 5.

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?
357
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 25, 2008 Aug 25, 2008
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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Aug 25, 2008 Aug 25, 2008
LATEST
Hi,

This probably has to do with the database drivers. If I remember correctly then not all of them support unicode (this may be different depending on the CF version).

cheers,
Fober
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources