If you get this kind of error messages with Perl :
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = “UTF-8″,
LANG = “en_GB”
are supported and installed on your system.
This might help, with Batch:
export LC_ALL=C
