Hey Richard, I had the identical problem a couple of days ago. It turned out that some of my templates were showing accents, and others weren't, even with the content declaration.
After digging further, I found that it was the presence of a time function on the pages that didn't work that was prohibiting CF from outputting the accents properly. A simple change of DateFormat to LSDateFormat() fixed the problem, and the accents magically started appearing. So take a look for any date/time functions in use on your internationalized pages and make sure you've got the int'll versions of them. Neo gets cranky otherwise. Terry -----Original Message----- From: Richard Crawford [mailto:[EMAIL PROTECTED] Sent: 04 July, 2003 01:09 To: CF-Talk Subject: Re: Internationalization Issue At 04:52 PM 7/3/2003 -0400, Gabriel Robichaud wrote: >I had a similar issue on win2k and added the following to my >Application.cfm file : <cfcontent type = "text/html; charset = >ISO-8859-1"> and it solved all my foreign euro-accents problems. Thanks for the suggestion. Unfortunately, it didn't work out. When submitting a form -- it's a quiz in our Spanish class -- I enter, --> son de Panam� When it gets served back to me, it reads: --> son de Panamá which the quiz marks as wrong. Richard ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

