removed more old libs
[TestXSLT.git] / libiconv / djgpp / stateful-check.sed
diff --git a/libiconv/djgpp/stateful-check.sed b/libiconv/djgpp/stateful-check.sed
deleted file mode 100644 (file)
index 019094b..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Sed script for tests/stateful-check editing.
-
-/set -e/ a\
-# For systems that distinguish between text and binary I/O\
-# the binary mode of iconv must be selected and for\
-# systems with severe filename restrictions allow for\
-# an alternate filename.\
-UNAME=${UNAME-`uname 2>/dev/null`}\
-case X$UNAME in\
-  *-DOS) MODE='--binary'\
-         filename=`echo "$charset" | sed "s|ISO-|ISO/|;s|2022-|2022|"` ;;\
-  *)     MODE=''\
-         filename="$charset" ;;\
-esac
-/iconv/ s/iconv/& $MODE/
-s/\$charset"-snippet/$filename"-snippet/g