Hi,
I have weird characters in my view, like:
Armeni� Jordani� Isra�l ect.
How can i solve this problem?
Grtz..remco
Hi,
I have weird characters in my view, like:
Armeni� Jordani� Isra�l ect.
How can i solve this problem?
Grtz..remco
Do you have your charset set to utf-8 in the head of your html? Are the values coming from a database?
--Tom
TomRossi7 wrote:
Do you have your charset set to utf-8 in the head of your html? Are the values coming from a database?
--Tom
On Nov 5, 3:46�pm, Remco Swoany <rails-mailing-l...@andreas-s.net>
Tom,
The values coming from my database (mysql).
My header is:
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
remco
Have you tried changing the charset to utf-8?