Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
As of PuTTY 0.77, the escape sequences that set the terminal window title are interpreted according to the currently configured character set. (Previously, they were interpreted according to the OS's default character set, which was not what the server sending such a sequence was expecting; see window-title-charset.)
Unfortunately, on Windows, this introduced a bug in which for some single-byte character sets, such as the ISO 8859 family, the character set conversion would fail, and the window title would end up set to the empty string instead of the intended text.
This bug affects the character sets that PuTTY implements internally using built-in translation tables:
Character sets that PuTTY handles using the Windows API, such as Win1252 and KOI8-R, are unaffected. UTF-8 is also unaffected.