CFMX cannot read (properly) locales saved with CF5.

Paul Hastings who has extended CF localization experience has confirmed with
MM this behavior. It looks there is problem with the new database drivers.

in any case you should put the following in your Application.cfm file
<cfcontent type="text/html; charset=your char set">
 <cfset setEncoding("URL", "your char set")>
 <cfset setEncoding("FORM", "your char set")>

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


----- Original Message -----
From: "Patric Stumpe" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, July 01, 2002 11:37 AM
Subject: Retrieving foreign characters from DB


> Hi CF-Talkers,
>
> does anyone of know how to retrieve and properly display foreign
characters (in this case
> german ones) from an existing MySQL-Datasource with CFMX. My app
> worked with CF5 but now it renders some glyphs where those extended
> characters should appear. The characters are correctly shown in the DB
> when the data is retrieved with any other query-tool.
> Btw the CFMX_Server is the english release,
> not the international.
>
> Hope my question is understandable
>
> Patric
>
> --
> Patric Stumpe
> mailto:[EMAIL PROTECTED]
>
> 
______________________________________________________________________
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to