0

I use PuTTY to create a SSH connection and I want to open a Firefox browser in the terminal. I download the Linux version Firefox and Xming. After that, I go to PuTTY configuration and set enable X11 forwarding, then run Xlaunch. I follow the instructions here.

Then I login to the terminal and run Firefox. Everything go right except I cannot get the correct encoding in Firefox. What can I do to solve this problem?

Wrong encoding in Firefox

wdetac
  • 2,712
  • 3
  • 20
  • 42

1 Answers1

0

Try that :

yum install dejavu-lgc-sans-fonts
Soner Gönül
  • 97,193
  • 102
  • 206
  • 364
Rc4
  • 1