active-window icon indicating copy to clipboard operation
active-window copied to clipboard

Doesn't work with cyrillic on windows

Open lunavod opened this issue 6 years ago • 0 comments

Powershell on windows with cyrillic locale uses koir8-r encoding. To fix this issue, just add

[Console]::OutputEncoding = [System.Text.Encoding]::UTF8

before Write-Host in scripts/windows.ps1

lunavod avatar Oct 24 '19 16:10 lunavod