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

    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>