Home
|
FAQ
|
Feedback
|
Licence
|
Updates
|
Mirrors
|
Keys
|
Links
|
Team
Download:
Stable
·
Snapshot
|
Docs
|
Privacy
|
Changes
|
Wishlist
If an escape sequence (e.g. OSC 0) sets the window title bar, the text in the escape sequence is just sent to the window system for display. We should make sure it is interpreted according to whatever character set / codepage the terminal emulator is currently using.
For instance, when charset is set to UTF-8 from PuTTY and locales on the remote computer are en_US.UTF-8, unicode characters are shown as they vere latin chars.
Also reported to Ubuntu as bug 48781, where it's suggested that using GTK2 will help.
Patch for Windows to interpret window title as UTF-8 (unreviewed): <454617EB.2080900@yahoo.com.au>
2021-12-29: now fixed properly. The terminal emulator remembers what character set was in force when the window-title OSC was received, and each GUI front end translates that into whatever the GUI API expects for window titles.