Ubuntu – Correct Putty configuration for Ubuntu 9.04

puttyUbuntu

I often use Putty (www.chiark.greenend.org.uk/~sgtatham/putty/) to connect to Ubuntu boxes (9.04 now). It works well, but I can't figure out the correct combination of Putty font, character encoding, character translation, and terminal configuration on the Ubuntu end so that the terminal displays everything correctly. The problem is most obvious when running an ncurses program such as "screen-profiles" or "w3m". The box drawing characters are messed up.

Has anyone got this combination working to their satisfaction?

Best Answer

Try going to PuTTY's "Translation" settings and setting the code page to "UTF-8". Then relogin or redraw your screen (^L). That should do it.