Author :
Bruno Haible
Date :
2000-11-20 18:26:50
Hash :fdd8e49f Message :Transliteration is now off by default.
tests/check-translit.bat
@ECHO OFF
REM Simple check of transliteration facilities.
REM Usage: check-translit.bat SRCDIR FILE FROMCODE TOCODE
.\iconv -f %3 -t %4//TRANSLIT < %1\%2.%3 > tmp
fc %1\%2.%4 tmp
del tmp