diff options
| author | Ian C <ianc@noddybox.co.uk> | 2019-09-17 08:40:47 +0000 |
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2019-09-17 08:40:47 +0000 |
| commit | 0cd93d3952118602e0dfc9ce96c3f26022b26655 (patch) | |
| tree | 8498370b84e740438fd4d613fe8660d80510b5c2 /ansi2unicode.sh | |
| parent | 6724198091eac18a38688cc8df08f625fde7892b (diff) | |
Added insertbom and called from ansi2unicode.sh
Diffstat (limited to 'ansi2unicode.sh')
| -rwxr-xr-x | ansi2unicode.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
