PuTTY bug ssh2-utf8-strings

This is a mirror. The primary PuTTY web site can be found here.

Home | Licence | FAQ | Docs | Download | Keys | Links
Mirrors | Updates | Feedback | Changes | Wishlist | Team

summary: SSH-2 message strings etc should be in UTF-8
class: bug: This is clearly an actual problem we want fixed.
difficulty: tricky: Needs many tuits.
priority: medium: This should be fixed one day.
present-in: 2005-01-19

All of the human-readable and human-supplied strings in SSH-2,
including user names, passwords, banners, and error messages, are
specified to be encoded in UTF-8.  PuTTY currently ignores this and
uses whatever character-set the terminal happens to be configured to
use instead.

Fixing this is relatively easy in PuTTY, where it's possible for the
SSH code to poke around in the terminal's state.  It's not so easy for
plink and PSFTP, which will need to gain an understanding of character
sets.

Audit trail for this bug.


If you want to comment on this web site, see the Feedback page.
(last revision of this bug record was at 2005-03-10 16:36:42 +0000)