I added the meta tag in my application.cfm file and to my surprise it displays the 
bank name correctly:  "Crédit France". Is it safe/ok to add this code in my 
application.cfm file? Will I have any problems with blank pages or content display in 
the browser?

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

>Allan Clarke wrote:
>> I don't know how to escape special characters and
>> display them in HTML Safe Format. This is a french
>> banking application and there are banks with funny
>> names, ex: Crédit France, Zürcher Kantonalbank, è,
>> Ä, acute and the like. The bank Crédit France gets
>> displayed like this on the browser: Crédit France.
>
>Somewhere in your application you are using UTF-8. CF 5 is not 
>unicode capable. You could do a replace step and then use 
>htmleditformat(), but you should consider upgrading to CF MX so 
>you can use native unicode.
>
>Jochem
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Reply via email to