Skip to content

Instantly share code, notes, and snippets.

@munky69rock
Created January 28, 2013 03:19
Show Gist options
  • Save munky69rock/4652746 to your computer and use it in GitHub Desktop.
Save munky69rock/4652746 to your computer and use it in GitHub Desktop.
[ubuntu][utf-8]localeエラーが発生した場合の修正方法
# [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