diff options
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 |