Hi Jochem,
Thank you for your response.

to my surprise I was contacted by Macromedia people (I don't know if I
should give names here) so hopefully we will be able to sort it out.

to respond to your question:
Yes we are using nvarchar as the database columns.
The save is done with N'#string#'
and we have set up properly the content and encoding:
<cfcontent type="text/html; charset=EUC-KR ">
<cfset setEncoding("URL", "EUC-KR")>
 <cfset setEncoding("FORM", "EUC-KR")>

By the look of it the problem is generated by the different locale of their
environment: Korean.
Our test environments are English and everything works OK

Thanks
Marius
----- Original Message -----
From: "Jochem van Dieten" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, September 10, 2002 1:35 PM
Subject: Re: CFMX unicode problem


> Marius Milosav wrote:
> >
> > I really hope that somebody can shed some light with this issue (Hint,
hint
> > Macromedia)
>
> I doubt you will see something from Macromedia here. Maybe from
> Macromedia employees, but that is not the same.
>
>
> > We have one application that was fully translated in Korean (using CF5)
> > With CFMX the previously translated data cannot be properly display by
CFMX
> > , so we had to manually retrieve the data and re save it.
> > On our development server CFMX version 6,0,0,48097 the data is properly
> > displayed and can be saved in the database SQL 2000 sp 2
> > We had moved the database to the customer server,:CFMX with the same
> > version: 6,0,0,48097
> > SQL Server 2000 sp 2
> >
> > On their server the data is properly displayed in Korean but all new
data
> > that is saved it display garbage.
>
> Missing info on locales of all machines involved (CF & SQL), datatypes
> (N or normal), use of setEncoding, use of cfcontent, use of
> cfprocessingdirective. (All these CF functions are explained in the
> internationalization docs on the Macromedia website:
>
http://www.macromedia.com/support/coldfusion/internationalization/internatio
nalization_cfmx/)
>
> Jochem
>
> PS  Please don't refer to other messages if your subject is not related.
>
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to