Fixing that really irritating perl: warning: Setting locale failed

Error: perl: warning: Falling back to the standard locale (“C”).

Follow:

# This setting is for the new UTF-8 terminal support
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8

More Informations