fixed encoding for github.io

This commit is contained in:
amd64fox
2024-01-08 22:16:35 +03:00
committed by GitHub
parent 7135a6a3ec
commit 53671d64fc
+1
View File
@@ -293,6 +293,7 @@ function CallLang($clg) {
try { try {
$response = (iwr -Uri $urlLang -UseBasicParsing).Content $response = (iwr -Uri $urlLang -UseBasicParsing).Content
if ($mirror) { $response = [System.Text.Encoding]::UTF8.GetString($response) }
Invoke-Expression $response Invoke-Expression $response
} }
catch { catch {