Regenerated. TCVN can now store the accents.
[libiconv.git] / djgpp / translit-check.sed
blobfaa0ddd90ee15c980fa72f02ce560f4d6f691e53
1 # Sed script for tests/translit-check editing.
2 /set -e/ a\
3 # For systems that distinguish between text and binary I/O\
4 # the binary mode of iconv must be selected.\
5 UNAME=${UNAME-`uname 2>/dev/null`}\
6 case X$UNAME in\
7   *-DOS) MODE='--binary' ;;\
8   *)     MODE='' ;;\
9 esac
10 /iconv/ s/iconv/& $MODE/