> The called template receives the code, but despite of the > charset=iso-8859-1 specs in the header, the text seems to be received in > UTF-8: the receiving template writes the text to a file: > <CFFILE ACTION="WRITE" FILE="E:\temp\message.txt" > OUTPUT="#form.MessageSent#">
Be aware <cffile> in CF 6+ default to UTF-8. Try using the "charset" attribute and see if it helps Massimo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224197 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

