Skip to content

Instantly share code, notes, and snippets.

@geta6
Created December 27, 2011 09:55
Show Gist options
  • Save geta6/1523196 to your computer and use it in GitHub Desktop.
Save geta6/1523196 to your computer and use it in GitHub Desktop.
ubuntuでperlのLCナントカエラーが起きる時の日本語ロケールfixスクリプト
#/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