-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Switch to UTF-8 input on Windows #68
Comments
Looks like there is interesting progress happening on this: microsoft/terminal#14745 |
Note to self: Need to investigate how well UTF-8 input works on the latest Windows Terminal version. If it mostly Just Works, then we should switch to using it (and it'll be yet another strong argument for #102). |
Quite well, as it turns out! 🏴☠️ (4 code points) roundtrips as it should both with UTF-16 input (status quo) and UTF-8 input (with the However, in |
Get rid of this whole workaround:
cathode/src/core/Terminals/Windows/WindowsTerminalReader.cs
Lines 50 to 129 in 5f6d532
There should be no functional change; this is just cleanup. Maybe some slight performance gains at best.
The text was updated successfully, but these errors were encountered: