remove recode.ps1

This commit is contained in:
Dmitry Belyaev 2022-10-01 15:39:53 +03:00
parent 2a06eabd15
commit 01d05fab01
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
mkdir .\baza_utf8
Get-ChildItem baza | ForEach-Object -Process {
$n = $_.Name
get-content $_ -Encoding KOI8-R | Out-File ".\baza_utf8\$n" -Encoding utf8
}
# $c=0; $t=$(ls .\baza).Count; while ($t -gt $c) { $c = $(ls .\baza_utf8).Count ; $r = ($t-$c) ; echo $r; sleep 2 }