Created
November 21, 2013 13:18
-
-
Save andineck/7581425 to your computer and use it in GitHub Desktop.
add locale to ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# error message when connected via ssh to virtual host | |
Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = (unset), | |
LANG = "de_CH.UTF-8" | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
# add locale | |
sudo locale-gen de_CH.UTF-8 | |
# list locales | |
locale -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment