How do I change my default charset from ANSI to Unicode in my project? When I write special characters as Æ Ø Å in my view that is ANSI it renders a error. But if I change the file to UTF-8 encoding it renders the special characters without a error. Should I then change all my view files from ANSI encoding to UTF-8 ?
- Can you describe your problem? I didn't have to change a thing to use unicode.Nikita Rybak– Nikita Rybak2011-02-26 00:52:29 +00:00Commented Feb 26, 2011 at 0:52
- Yes, you should change all view files from ANSI to UTF-8, cause using ANSI is an old standard.kirilloid– kirilloid2011-02-26 01:21:04 +00:00Commented Feb 26, 2011 at 1:21
- Can I set utf 8 as default in rails when creating a new projectRails beginner– Rails beginner2011-02-26 01:23:48 +00:00Commented Feb 26, 2011 at 1:23
Add a comment |