ISO-8859-16 has changed.
[libiconv.git] / tests / check-translit.bat
blobc1a8c169dc6570b4b24ce76b1f9f023c84dfe397
1 @ECHO OFF
2 REM Simple check of transliteration facilities.
3 REM Usage: check-translit.bat SRCDIR FILE FROMCODE TOCODE
5 ..\src\iconv --binary -f %3 -t %4//TRANSLIT < %1\%2.%3 > tmp
6 fc %1\%2.%4 tmp
7 del tmp