SyntaxFix
Write A Post
Hire A Developer
Questions
Make sure you've set your locale settings right before running the script from the shell, e.g.
$ locale -a | grep "^en_.\+UTF-8" en_GB.UTF-8 en_US.UTF-8 $ export LC_ALL=en_GB.UTF-8 $ export LANG=en_GB.UTF-8
Docs: man locale, man setlocale.
man locale
man setlocale