Author :
Bruno Haible
Date :
2000-04-17 17:18:14
Hash :6d93d60b Message :Upgrade to libiconv-1.3.
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 < %1\%2.%3 > tmp
fc %1\%2.%4 tmp
del tmp