Hash : b7b221e7 Author : Date : 2000-07-04T14:36:01
Comment.
Download
1 2 3 4 5 6 7
@ECHO OFF REM Simple check of transliteration facilities. REM Usage: check-translit.bat SRCDIR FILE FROMCODE TOCODE .\iconv -f %3 -t %4 < %1\%2.%3 > tmp fc %1\%2.%4 tmp del tmp