summaryrefslogtreecommitdiff
path: root/ansi2unicode.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ansi2unicode.sh')
-rwxr-xr-xansi2unicode.sh1
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