$ locale -a
作成 2011.06.06
更新 2011.06.06
更新 2011.06.06
Ubuntu で locale に ja_JP.UTF-8 が無いときの対処
確認方法
ja_JP.UTF-8 の追加
$ sudo apt-get install language-pack-ja $ sudo dpkg-reconfigure locales
~/.bashrc に追加
LANG=ja_JP.UTF-8; export LANG
タグ: Ubuntu
$ locale -a
$ sudo apt-get install language-pack-ja $ sudo dpkg-reconfigure locales
LANG=ja_JP.UTF-8; export LANG