blob: c1a8c169dc6570b4b24ce76b1f9f023c84dfe397 [file] [log] [blame]
@ECHO OFF
REM Simple check of transliteration facilities.
REM Usage: check-translit.bat SRCDIR FILE FROMCODE TOCODE
..\src\iconv --binary -f %3 -t %4//TRANSLIT < %1\%2.%3 > tmp
fc %1\%2.%4 tmp
del tmp