blob: 173cd11e8ead27de5c06e23db0396716247f7611 [file] [log] [blame]
@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