I have discovered that all the files RoR generates when creating a new application seem to be saved with Western(ISO-8859-1) encoding (I am developing locally on a Windows machine). As a result I am having problems when using certain special characters eg £.
- Should RoR be generating the framework files and saving them with Western(ISO-8859-1) encoding?
- If not, how can I get RoR to generate the files and save them with UTF-8 encoding, and so avoid problems with certain characters eg £?
Please see Ruby on Rails - £ sign troubles for a previous unresolved question I asked relating to this problem.