Skip to content

Instantly share code, notes, and snippets.

@qqpann
Last active December 21, 2018 05:10
Show Gist options
  • Save qqpann/46ea0e9edaf912d6c23b875796d87d40 to your computer and use it in GitHub Desktop.
Save qqpann/46ea0e9edaf912d6c23b875796d87d40 to your computer and use it in GitHub Desktop.
[Set Locale] #linux #locale
locale
sudo update-locale LC_ALL=en_US.UTF-8

.bashrcで設定する場合

export LC_ALL="ja_JP.UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment