I am still having languageproblems with my Fedora Core 2 install.
My language is norwegian and I need the
Umm, make sure that you are saving the file with ISO-8859-15 character set. I hope it helps :)
- Hilsen Andreas :)
Or use unicode (e.g. utf-8 encoding) :)
I fixed it :)
What i did in linux (FC2) was simply
Code:
system-config-language
and in apache's config (/etc/httpd/conf/httpd.conf)
i did:
Code:
AddDefaultCharset ISO-8859-1
Now it works perfectly.