You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
PuTTY set to UTF-8
If set inside PuTTY config, it displays correctly.
Found this:
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.
Simple test:
echo -ne "\033]0;åäö\007"Result:
åäöExpected:
åäöPuTTY set to
UTF-8If set inside PuTTY config, it displays correctly.
Found this:
http://www.chiark.greenend.org.uk/~sgtatham/putty/wishlist/window-title-charset.html