encoding
Using ColdFusion Builder Version: 3.0.0, Build: 292922
I am having a problem with file encoding. I have set the encoding to UTF-8 everywhere I can find but files are still in ANSI and words like résumé are saved as Résumé. You can actually see the corrupted text if you look at the file with Notepad so it's not a content encoding display issue with http headers. Brand new blank .cfm files created from the "New..." dialog in CF Builder seem to begin as UTF-8 but switch to ANSI if I re-save them.
I have set UTF-8 in the following locations in CF Builder, none of which seem to help:
Window > Preferences > General > Content Types > Text: Default encoding set to "UTF-8" in field at bottom
Window > Preferences > General > Workspace > Text File Encoding
From Navigator window, R-Click my project and click "Properties", Resource, under Text file encoding set to UTF-8 (tried to inherited and explicitly set under "other")
Edit > Set Encoding
Is there another setting I am missing somewhere?
