diff --git a/Software/zero2go/zero2go.sh b/Software/zero2go/zero2go.sh index aff95fc..38ee89c 100644 --- a/Software/zero2go/zero2go.sh +++ b/Software/zero2go/zero2go.sh @@ -2,6 +2,9 @@ # file: zero2go.sh # +#use single locale +LC_ALL=C.UTF-8 + # include utilities script in same directory my_dir="`dirname \"$0\"`" my_dir="`( cd \"$my_dir\" && pwd )`"