Created
October 1, 2016 08:55
-
-
Save anddam/388ef5be1a9b1960d65dee3bcc4667f7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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