> I have a code editor I've written that uses cffile to grab
> a cf page and put
> it in a textarea. Then I can edit my cf code and save it
> by writing back to
> the file using cffile. Everything seems to work fine
> except with the
> non-braking spaces character ( ). It replaces all
>   with a �
> (alt+0194) character. Can someone shed some light on this
> problem and a
> solution?

I'm guessing you're using MX ... Probably using setEncoding() whether you
specify ISO latin or UTF-8 on the form scope on the action page will resolve
the issue... I'd likely place it in the application.cfm and apply it to both
form and url.

s. isaac dealey                954-776-0046

new epoch                      http://www.turnkey.to

lead architect, tapestry cms   http://products.turnkey.to

certified advanced coldfusion 5 developer
http://www.macromedia.com/v1/handlers/index.cfm?ID=21816


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to