RE: French Accents in CF

2002-10-15 Thread Alex Hubner
If you're using CFMX please install the CFMX updater. Will solve many of your coding problems. http://dynamic.macromedia.com/bin/MM/software/trial/hwswrec.jsp?product= cfmx_updater []'s Alex | alex hübner | [EMAIL PROTECTED] | www.cfgigolo.com -Original Message- From:

RE: French Accents in CF

2002-10-15 Thread Benoit Hediard
First of all, you have to make sure that you have put cfscript setEncoding(form, utf-8); setEncoding(url, utf-8); /cfscript cfcontent type=text/html; charset=utf-8 in your application.cfm. Then, check if you have installed the CFMX updater, it solves the bug related to encoding with forms post

RE: French Accents in CF

2002-10-15 Thread Brook
Thank you Benoit. Are there any side effects of adding this encoding parameter that I should be aware of? Brook At 08:21 PM 15/10/02 +0200, you wrote: First of all, you have to make sure that you have put cfscript setEncoding(form, utf-8); setEncoding(url, utf-8); /cfscript cfcontent

RE: French Accents in CF

2002-10-15 Thread Marcello Frutig
Btw, today I found a new problem with accents and CFMX, now related to external Javascript library files. If CFMX is serving pages with UTF-8 (the default behaviour) and you have external js library files saved with the ISO-8859-1 encoding, you may face problems. Code to reproduce a problem