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 with enctype="multipart/form-data".


Benoit Hediard
www.benorama.com



-----Message d'origine-----
De : Brook [mailto:[EMAIL PROTECTED]]
Envoyé : mardi 15 octobre 2002 20:19
À : CF-Talk
Objet : French Accents in CF


Hi,

I'm having some trouble with french accents. I submit a form which has a
french accent in one of the fields "Hervé", on the next page outputting the
form.fieldname displays "Hervé". But the debugging output shows the
correct value in the form field. What does one need to do to support french
characters? Any help is greatly appreciated, thanks!

Brook Davies




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
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

Reply via email to