summaryrefslogtreecommitdiff
path: root/test/GNU/check-translit.bat
blob: a0fdc6fabd14482ca671360a3d41f4514d6fee40 (plain)
1
2
3
4
5
6
7
@ECHO OFF
REM Simple check of transliteration facilities.
REM Usage: check-translit.bat SRCDIR FILE FROMCODE TOCODE

..\src\iconv_no_i18n -f %3 -t %4//TRANSLIT < %1\%2.%3 > tmp
fc %1\%2.%4 tmp
del tmp