I receive "incompatible character encodings: CP850 and UTF-8" when displaying the £
symbol on my ramaze app. How can I get rid of this error? I have the UTF-8 meta tag in my head tag.
It happens when I type the £
symbol with the keyboard. Look.
I have put the following code in my ruby file and it hasn't fixed the problem.
# encoding: UTF-8
Encoding.default_external = 'utf-8'
Encoding.default_internal = Encoding::UTF_8