> Using Win 2003 server with CFMX 6.1
> All pages contain <cfprocessingdirective pageencoding="utf-8">
>
> I just made a change to my appliction.cfm page and reposted
> it to the site.
>
> Now all I get is an error "Unable to reset the page encoding".
>
> I've stopped and started the CFMX service, and also rebooted
> the machine with no effect.
>
> My other sites on this box work fine.
>
> What do I do, site is down...

There are several places where you can affect page encoding, if I recall
correctly - within your page using the CFPROCESSINGDIRECTIVE tag, within
your page by setting the byte order mark of the page using a text editor
with that capability like Dreamweaver or a hex editor, and within the JVM
settings. However, I don't think you can have two settings that disagree
without getting an error.

So, if I had to guess, I suspect that you changed the byte order mark of
Application.cfm within Dreamweaver. You can set the byte order mark of a
page by going to the Preferences dialog (Ctrl-U) and selecting "New
Document".

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to