LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Wrong characters in web pages (https://www.linuxquestions.org/questions/fedora-35/wrong-characters-in-web-pages-460367/)

apffal 07-02-2006 04:48 PM

Wrong characters in web pages
 
In Fedora 5 (PPC version) I get wrong characters in some (not all ...) web pages - using Mozilla Firefox or any other browser.
I tried to change UTF-8 to ISO-8859 and did not solve that problem.
Can someone help ?
Thanks.

steve-alexander 07-04-2006 11:03 PM

What does "locale" return ? Hopefully something like

# locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

(assuming you are en_US)


All times are GMT -5. The time now is 02:56 AM.