From 96be7ae48a4386a9795fe5d6c345fb8b80b6d9be Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 19 Sep 2019 12:44:18 +0000 Subject: Updates to conversion page codes. --- ansi2unicode.sh | 6 +++--- 1 file 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 -- cgit v1.2.3