PuTTY displays unreadable characters

puttyssh

As you can see below in the image, when I use PuTTY it displays these unreadable characters. I have been Googling forever but not yet found the answer, so I thought maybe someone on SO knows this. All settings are unchanged in this program. I have tried many SSH clients; all do this. Is this something with Windows?

PuTTY displays unreadable characters

Best Answer

It looks like one (or perhaps more) of the following:

  • bad font
  • display driver problem (perhaps for a specific font?)
  • incorrect character-set encoding (UTF-8, Big8, CP866 ...)

If the text displays OK when cut and pasted into Notepad, it confirms this. Set PuTTY to use the same font and encoding as Notepad (at least initially).

Since everything works at a different location you probably need to copy settings from there and use a Font that works in Notepad.

To see Putty's Font, Right click the top left icon in Putty Window title-bar

enter image description here

Then select Change Settings ...

enter image description here

If mRemoteNG is getting in the way of seeing Putty settings, stop using mRemoteNG until you have everything working in plain unadorned standalone normal unviolated Putty.

Related Question