Cordiner, James wrote: > > After a recent upgrade to CFMX our pages started showing some problem characters. > Our server has been brought up to upgrade 3 and the problem remains. The problem > chracters usually appear fine in the database, and are often quotes of some kind or > sometimes a special character. Before the pages displayed these normally, now the > appear as a strange character or as a simple box. > > Does anyone know if Access 97 and MX pose a particular problem?
Yes, when using Unicode. In your case, it is probably just a matter of using cfprocessingdirective and cfcontent to set the encoding you are using to some windows specific value (probably win1251 or win1252). http://www.macromedia.com/support/coldfusion/internationalization/internationalization_cfmx/ Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

