summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xansi2unicode.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ansi2unicode.sh b/ansi2unicode.sh
index 8a571d4..210b8b9 100755
--- a/ansi2unicode.sh
+++ b/ansi2unicode.sh
@@ -10,11 +10,11 @@ if [ -z "$1" ] ; then
exit 1
fi
-# Spanish
-#FROM=CP1252
+# Spanish/Portugeuse
+FROM=CP1252
# Chinese (simplified)
-FROM=CP936
+#FROM=CP936
TO=UTF-16LE