diff --git a/archive/reencode.sh b/archive/reencode.sh new file mode 100644 index 0000000..6679ce8 --- /dev/null +++ b/archive/reencode.sh @@ -0,0 +1,4 @@ +#!/bin/sh +for i in *.html; do + iconv -f windows-1251 -t UTF-8 $i > UTF8-$i; +done \ No newline at end of file