Edit

thodg/libiconv/tests/check-translit.bat

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2003-05-17 14:36:51
    Hash : d2a22aa6
    Message : Tweaks for Woe32 portability.

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