blob: c7c935c05259aeff190269aeb0c41390c83d7f5e [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