perl locale issues?
List your server locales and choose one
$ locale -a
Now setup the locale on you /etc/profile file, add it before the export to PATH, around the middle of the file
export LC_ALL="en_US.utf8"
Or you can add the following line to /etc/default/locale
LC_CTYPE=en_US.utf8
On debian you can select the locales by running
sudo apt-get install debconf sudo dpkg-reconfigure locales sudo locale-gen










