>>How on earth do i convert ALL my files? One by one?

Wow, relax mon vieux ! ;-))

I had exactly the same reaction, but look at the second solution:

2� add this in your Application.cfm:
<CFSET CFversion = listGetAt(server.coldfusion.productVersion, 1)>
<CFIF CFversion GT 5>
        <cfcontent type="text/html; charset=ISO-8859-1">
        <cfset setEncoding("url","ISO-8859-1")>
        <cfset setEncoding("form","ISO-8859-1")>
</CFIF>

Just put this in your Application.cfm.

>> And why the hell did MM do something so F&(*)ING STUPID. HELLO THE
>>WORLD DOES NOT ONLY SPEAK ENGLISH.

It is stupid indeed. In any decent system, any new feature in any new version 
is implemented in such a way it is compatible with previous versions.
There should have been a some settings in the CF Administrator like 
"Default character set" which defaults to ISO-8859-1.
Any one who wants to work in UTF-8 could set it to UTF-8 once for all.






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199660
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

Reply via email to