Language problems with FC2 - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +--- Thread: Language problems with FC2 (/thread-3127.html) |
Language problems with FC2 - godskalk - 2004-10-09 I am still having languageproblems with my Fedora Core 2 install. My language is norwegian and I need the Language problems with FC2 - andreas - 2004-10-19 Umm, make sure that you are saving the file with ISO-8859-15 character set. I hope it helps :) - Hilsen Andreas :) Language problems with FC2 - Guest - 2004-10-22 Or use unicode (e.g. utf-8 encoding) :) Language problems with FC2 - godskalk - 2004-11-06 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. |