PuTTY bug ssh2-utf8-stringsThis is a mirror. The primary PuTTY web site can be found here.
Home |
Licence |
FAQ |
Docs |
Download |
Keys |
Links 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) |