Skip to content

Instantly share code, notes, and snippets.

@cmelbye
Forked from anonymous/gist:41778
Created December 30, 2008 22:19
Show Gist options
  • Save cmelbye/41779 to your computer and use it in GitHub Desktop.
Save cmelbye/41779 to your computer and use it in GitHub Desktop.
export LANG=en_US.UTF-8
export LC_CTYPE="en_US.UTF-8"
export LC_NUMERIC="en_US.UTF-8"
export LC_TIME="en_US.UTF-8"
export LC_COLLATE="en_US.UTF-8"
export LC_MONETARY="en_US.UTF-8"
export LC_MESSAGES="en_US.UTF-8"
export LC_PAPER="en_US.UTF-8"
export LC_NAME="en_US.UTF-8"
export LC_ADDRESS="en_US.UTF-8"
export LC_TELEPHONE="en_US.UTF-8"
export LC_MEASUREMENT="en_US.UTF-8"
export LC_IDENTIFICATION="en_US.UTF-8"
export LC_ALL=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment