File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libiconv / tests / check-stateful.bat
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:57:49 2012 UTC (12 years, 4 months ago) by misho
Branches: libiconv, MAIN
CVS tags: v1_14p0, v1_14, v1_13_1, HEAD
libiconv

    1: @ECHO OFF
    2: REM Simple check of a stateful encoding.
    3: REM Usage: check-stateful.bat SRCDIR CHARSET
    4: 
    5: ..\src\iconv_no_i18n -f %2 -t UTF-8 < %1\%2-snippet > tmp-snippet
    6: fc %1\%2-snippet.UTF-8 tmp-snippet
    7: ..\src\iconv_no_i18n -f UTF-8 -t %2 < %1\%2-snippet.UTF-8 > tmp-snippet
    8: fc %1\%2-snippet tmp-snippet
    9: del tmp-snippet

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