Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, I'm trying to use imagegen and I have a bug with french accent. They do not render correctly. It gives me strange characters instead of the right accent.
This is my url : http://www.mysite.com/ImageGen.ashx?image=/media/75971/lignes.jpg&valign=top&font=/AP/cartes_virtuelles/ITCKRIST.TTF&fontstyle=regular&fontsize=14&text=Test d'àccênts
People fill a form from contour, then I call the field and pass it in a variable to send email. Everything work fine but accents.
Thank you for your help!
Ok, I solved it by using <xsl:value-of select="umbraco.library:UrlEncode(umbraco.library:HtmlEncode($body))"/>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
French accents problem
Hi, I'm trying to use imagegen and I have a bug with french accent. They do not render correctly. It gives me strange characters instead of the right accent.
This is my url : http://www.mysite.com/ImageGen.ashx?image=/media/75971/lignes.jpg&valign=top&font=/AP/cartes_virtuelles/ITCKRIST.TTF&fontstyle=regular&fontsize=14&text=Test d'àccênts
People fill a form from contour, then I call the field and pass it in a variable to send email. Everything work fine but accents.
Thank you for your help!
Ok, I solved it by using <xsl:value-of select="umbraco.library:UrlEncode(umbraco.library:HtmlEncode($body))"/>
is working on a reply...