Created
January 28, 2013 03:19
-
-
Save munky69rock/4652746 to your computer and use it in GitHub Desktop.
[ubuntu][utf-8]localeエラーが発生した場合の修正方法
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
# [bash: warning: setlocale: LC_ALL: cannot change locale] | |
sudo locale-gen ja_JP | |
sudo update-locale LANG=ja_JP.UTF-8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment