Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 encoded Windows Title is not decoded properly #523

Open
abakum opened this issue Jan 30, 2024 · 3 comments
Open

UTF-8 encoded Windows Title is not decoded properly #523

abakum opened this issue Jan 30, 2024 · 3 comments

Comments

@abakum
Copy link

abakum commented Jan 30, 2024

UTF-8 encoded Windows Title is not decoded properly.
Please look how decoded Администратор:
2024-01-30_10-50-51

@abakum
Copy link
Author

abakum commented Jan 30, 2024

sshd over winPTY send Windows Title as:

std::string("\x1b]0;") +utf8FromWide(newTitle) + "\x07";

@mariuszjedrzejewski
Copy link

What about "vanilla" PuTTY? Just asking because KiTTY seems to be somewhat inactive since 09'2023 and last tag 0.76.1.13...

BTW: @cyd01, do you plan to revive this ultimate PuTTY replacement?

@abakum
Copy link
Author

abakum commented Jan 31, 2024

chcp 65001
klink ...

no bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants