> I've got 2 templates. Both query a db and return some accented French text > and a date. CFOUTPUT displays the text. Template 1 displays the date > using DateFormat. Template 2 displays the date using LSDateFormat. > > Upon execution template 1 does not display the French characters correctly. > They come out as boxes. Template 2 does display the characters correctly.
boxes means char can't be rendered (ie wrong font) not fatally bad encoding or bad data. is the default locale on that box fr_FR? are you forcing any encoding? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

