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

you mean in cf5?

> Tried it under CFMX and the forms display garbage.
> initially all the forms had the following at the top:

welcome to world of legacy data: cfmx wants/expects ucs-2 encoded
data. your kr data is encoded how? stored in "N" datatype fields?

> <meta http-equiv="content-type" content="text/html;charset=euc-kr">
> The above works in CF5 but does not work in CFMX

cfmx wants to spit out utf-8 encoding.

> and added the following to each form
> <cfprocessingdirective pageEncoding="euc-kr">

this should actually work, provided the data is stored
in something neo likes. how was the data stored?

> <cfprocessingdirective pageEncoding="ks_c_5601-1987">

how was the data stored?

______________________________________________________________________
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