perl: warning: Falling back to the standard locale ("C") code example
Example: perl: warning: Falling back to the standard locale ("C").
# 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