mridgers / clink

Bash's powerful command line editing in cmd.exe
mridgers.github.io/clink
GNU General Public License v3.0
3.15k stars 286 forks source link

Is this project still alive? Clink v1.0.0.a1 doesn't support cyrillic characters keyboard input on Windows 10 with console V2 #544

Closed Slach closed 3 years ago

Slach commented 4 years ago

@mridgers please look short screencast https://recordit.co/nL43B3TOJm chcp 1251 chcp 65001 russian input doesn't work

also doesn't work

[HKEY_CURRENT_USER\Console]
"ForceV2"=dword:00000001

and

[HKEY_CURRENT_USER\Console]
"ForceV2"=dword:00000000
chrisant996 commented 3 years ago

I can reproduce this. I'll look into fixing it in the chrisant996/clink fork. And thank you for the screencast - very helpful!

Slach commented 3 years ago

@chrisant996 wow, great thanks a lot for your efforts!

Slach commented 3 years ago

@chrisant996 thanks a lot for your efforts, all works fine now