Created
December 27, 2011 09:55
-
-
Save geta6/1523196 to your computer and use it in GitHub Desktop.
ubuntuでperlのLCナントカエラーが起きる時の日本語ロケールfixスクリプト
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
#/bin/sh | |
echo ja_JP.UTF-8 UTF-8 >> /var/lib/locales/supported.d/local | |
locale-gen | |
dpkg-reconfigure locales |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment