Skip to content

Instantly share code, notes, and snippets.

@anddam
Created October 1, 2016 08:55
Show Gist options
  • Save anddam/388ef5be1a9b1960d65dee3bcc4667f7 to your computer and use it in GitHub Desktop.
Save anddam/388ef5be1a9b1960d65dee3bcc4667f7 to your computer and use it in GitHub Desktop.
me@bibook ~> env | grep "LANG\|LC"
LANG=C.UTF-8
LC_TIME=en_GB.UTF-8
me@bibook ~> locale
LANG="C.UTF-8"
LC_COLLATE="C"
LC_CTYPE="C"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
me@bibook ~>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment