Annotation of embedaddon/libiconv/tests/check-translit.bat, revision 1.1.1.1

1.1       misho       1: @ECHO OFF
                      2: REM Simple check of transliteration facilities.
                      3: REM Usage: check-translit.bat SRCDIR FILE FROMCODE TOCODE
                      4: 
                      5: ..\src\iconv_no_i18n -f %3 -t %4//TRANSLIT < %1\%2.%3 > tmp
                      6: fc %1\%2.%4 tmp
                      7: del tmp

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>