From 0cd93d3952118602e0dfc9ce96c3f26022b26655 Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 17 Sep 2019 08:40:47 +0000 Subject: Added insertbom and called from ansi2unicode.sh --- ansi2unicode.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ansi2unicode.sh') diff --git a/ansi2unicode.sh b/ansi2unicode.sh index 246530e..bb8e0fb 100755 --- a/ansi2unicode.sh +++ b/ansi2unicode.sh @@ -17,4 +17,5 @@ for i in $@ ; do TMP="$i.$$" iconv -f $FROM -t $TO "$i" > "$TMP" mv "$TMP" "$i" + insertbom "$i" done -- cgit v1.2.3