mirror of
https://github.com/anatolykopyl/vk-bingo.git
synced 2026-03-26 04:44:26 +00:00
🧐 Скрипт для перевода win-1251 в UTF-8
This commit is contained in:
4
archive/reencode.sh
Normal file
4
archive/reencode.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
for i in *.html; do
|
||||
iconv -f windows-1251 -t UTF-8 $i > UTF8-$i;
|
||||
done
|
||||
Reference in New Issue
Block a user