blob: faa0ddd90ee15c980fa72f02ce560f4d6f691e53 [file] [log] [blame]
# Sed script for tests/translit-check editing.
/set -e/ a\
# For systems that distinguish between text and binary I/O\
# the binary mode of iconv must be selected.\
UNAME=${UNAME-`uname 2>/dev/null`}\
case X$UNAME in\
*-DOS) MODE='--binary' ;;\
*) MODE='' ;;\
esac
/iconv/ s/iconv/& $MODE/