Linux-Noob Forums

Full Version: Language problems with FC2
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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 :)

Guest

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.