nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 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 |