Update copyright notice.
[libiconv.git] / djgpp / stateful-check.sed
blob019094b36cdf411bc82c5c60016be4e2556f08c6
1 # Sed script for tests/stateful-check editing.
3 /set -e/ a\
4 # For systems that distinguish between text and binary I/O\
5 # the binary mode of iconv must be selected and for\
6 # systems with severe filename restrictions allow for\
7 # an alternate filename.\
8 UNAME=${UNAME-`uname 2>/dev/null`}\
9 case X$UNAME in\
10   *-DOS) MODE='--binary'\
11          filename=`echo "$charset" | sed "s|ISO-|ISO/|;s|2022-|2022|"` ;;\
12   *)     MODE=''\
13          filename="$charset" ;;\
14 esac
15 /iconv/ s/iconv/& $MODE/
16 s/\$charset"-snippet/$filename"-snippet/g