Question
French accent display problem
I have a problem displaying french accent in a cfmail. I have
tried everything but nothing seems to work.
Here is the code for the best i can do... only é is rightly displaying other like à, è, ê, â, etc. appears bizzar caracters...
how the hell can i display my accent correctly..... pleeeeease help mee...
<cfmail query="check" to="test@hotmail.com" from="noreply@hotmail.com" subject="#form.sujet#" type="HTML">
<cfset SetLocale("French (Canadian)")>
<cfprocessingdirective pageencoding = "windows-1250" />
<cfcontent type="text/html; charset=windows-1250">
<cfset setencoding("URL", "windows-1250")>
<cfset setencoding("FORM", "windows-1250")>
#form.message#
</cfmail>
Is there a special tag that would finally work to display accent correctly... i desperate!!!
Here is the code for the best i can do... only é is rightly displaying other like à, è, ê, â, etc. appears bizzar caracters...
how the hell can i display my accent correctly..... pleeeeease help mee...
<cfmail query="check" to="test@hotmail.com" from="noreply@hotmail.com" subject="#form.sujet#" type="HTML">
<cfset SetLocale("French (Canadian)")>
<cfprocessingdirective pageencoding = "windows-1250" />
<cfcontent type="text/html; charset=windows-1250">
<cfset setencoding("URL", "windows-1250")>
<cfset setencoding("FORM", "windows-1250")>
#form.message#
</cfmail>
Is there a special tag that would finally work to display accent correctly... i desperate!!!