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

CF5 to CFMX8 with Asian language

New Here ,
Apr 07, 2008 Apr 07, 2008
I have a client who is using CF5 with Asian characters such as Japanese (shift_jis), Korean (euc-kr), and Chinese (big5). The database is Oracle 9i and stored data as above character-set. Now they want to upgrade CF5 to MX8 but facing character-set problems.

I wonder if they can upgrade MX8 without converting the database character-set to UTF8 and website page characters to UTF8. They have very large data and do not want to spend too much money on this upgrade.

Please let me know if you have good suggestions.
333
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 ,
Apr 07, 2008 Apr 07, 2008
LATEST
gosoojj wrote:
> I have a client who is using CF5 with Asian characters such as Japanese
> (shift_jis), Korean (euc-kr), and Chinese (big5). The database is Oracle 9i and
> stored data as above character-set. Now they want to upgrade CF5 to MX8 but
> facing character-set problems.

assuming that each of those codepages was stored in different tables or columns,
try testing w/cfprocessingdirective set to those codepages.
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