source-engine/thirdparty/libiconv-1.15/tests/check-translit.bat

8 lines
201 B
Batchfile
Raw Normal View History

2020-11-19 20:37:27 +00:00
@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