Claude Schneegans wrote: > Do I also have to put <cfprocessingdirective pageEncoding="ISO-8859-1"> in > EVERY page?
not a bad idea actually (never be shy about encoding hints) but if you want this server to ONLY handle latin-1 then: change the defaultCharset value in cf_root/lib/neo-runtime.xml file: <var name='defaultCharset'><string>UTF-8</string></var> from UTF-8 to iso-8859-1. then stop/restart the cfserver service. a better long term solution is to convert those files to unicode (since cf5 won't really care anwyay), for $15 unifier's a pretty good deal: http://www.melody-soft.com/html/unifier.html ps: i hope this isn't somekind of ghost echo of the same thread from last week??? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:191581 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

