Background:
CF5 Server, Win 2000k Server, MS-SQL2000

the application has all the information translated in Korean and it display
perfectly (well with the exception of CFtree).

Tried it under CFMX and the forms display garbage.
initially all the forms had the following at the top:
<meta http-equiv="content-type" content="text/html;charset=euc-kr">
The above works in CF5 but does not work in CFMX

I have tried the following in CFMX with no success:
added the following to the Application.cfm
<cfcontent type="text/html; charset=euc-kr">
<cfset setEncoding("URL", "euc-kr")>
<cfset setEncoding("FORM", "euc-kr")>

then replaced it with
<cfcontent type="text/html; charset=ks_c_5601-1987">
<cfset setEncoding("URL", "ks_c_5601-1987")>
<cfset setEncoding("FORM", "ks_c_5601-1987")>

and added the following to each form

<cfprocessingdirective pageEncoding="euc-kr">

or
<cfprocessingdirective pageEncoding="ks_c_5601-1987">

without any success.

Probably I am missing something very simple but I can figure out what.

thank you
Marius Milosav
www.scorpiosoft.com
It's not about technology, it's about people.
Virtual Company (VICO) Application Demo
www.scorpiosoft.com/vicodemo/login.cfm

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to