summaryrefslogtreecommitdiff
path: root/jni/iconv/djgpp/stateful-check.sed
diff options
context:
space:
mode:
authorJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-16 18:49:26 +0900
committerJari Vetoniemi <jari.vetoniemi@indooratlas.com>2020-03-30 00:39:06 +0900
commitfcbf63e62c627deae76c1b8cb8c0876c536ed811 (patch)
tree64cb17de3f41a2b6fef2368028fbd00349946994 /jni/iconv/djgpp/stateful-check.sed
Fresh start
Diffstat (limited to 'jni/iconv/djgpp/stateful-check.sed')
-rw-r--r--jni/iconv/djgpp/stateful-check.sed12
1 files changed, 12 insertions, 0 deletions
diff --git a/jni/iconv/djgpp/stateful-check.sed b/jni/iconv/djgpp/stateful-check.sed
new file mode 100644
index 0000000..eaeed64
--- /dev/null
+++ b/jni/iconv/djgpp/stateful-check.sed
@@ -0,0 +1,12 @@
+# Sed script for tests/stateful-check editing.
+
+/charsetf=/ a\
+\
+# For systems with severe filename restrictions allow for\
+# an alternate filename.\
+UNAME=${UNAME-`uname 2>/dev/null`}\
+case X$UNAME in\
+ *-DOS) filename=`echo "$charsetf" | sed "s|ISO-|ISO/|;s|2022-|2022|;s|BIG5-HKSCS-|BIG5-HKSCS/|"` ;;\
+ *) filename="$charsetf" ;;\
+esac
+s/\$charsetf"-snippet/$filename"-snippet/g