Edit

thodg/libiconv/tests/check-stateful.bat

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2000-11-23 19:54:07
    Hash : a615528b
    Message : Move src/ to lib/, and install the iconv program.

  • tests/check-stateful.bat
  • @ECHO OFF
    REM Simple check of a stateful encoding.
    REM Usage: check-stateful.bat SRCDIR CHARSET
    
    ..\src\iconv -f %2 -t UTF-8 < %1\%2-snippet > tmp-snippet
    fc %1\%2-snippet.UTF-8 tmp-snippet
    ..\src\iconv -f UTF-8 -t %2 < %1\%2-snippet.UTF-8 > tmp-snippet
    fc %1\%2-snippet tmp-snippet
    del tmp-snippet