Does anyone know how to use CFMAIL so that foreign characters (UTF-*/Unicode?) are
displayed in webmail properly?
The app is a simple mailing form. The text is cut and paste from either word or
notepad.
I've tried this script with no luck:
<cfscript>
SetEncoding("form","utf-8");
SetEncoding("url","utf-8");
</cfscript>
--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]