Open lunavod opened 5 years ago
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
Write-Host
scripts/windows.ps1
Powershell on windows with cyrillic locale uses koir8-r encoding. To fix this issue, just add
before
Write-Host
inscripts/windows.ps1