perl: warning: Setting locale failed. code example
Example: perl: warning: Setting locale failed.
# run in terminal:
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
# run in terminal:
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8