Problém
perl: warning: Falling back to the standard locale ("C").perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LC_COLLATE = "C",
LANG = "en_US.UTF-8"
Řešení
Add the following lines to your bashrc or bash_profile on the host machine:# Setting for the new UTF-8 terminal support in Lion
export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
Žádné komentáře:
Okomentovat