repo.or.cz
/
libiconv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Switch to autoconf 2.72.
[libiconv.git]
/
tests
/
check-translit.bat
blob
a0fdc6fabd14482ca671360a3d41f4514d6fee40
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