-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
Setting LC_ALL=C
See http://unix.stackexchange.com/questions/87745/what-does-lc-all-c-do
If you don't set LC_ALL=C for, say, sorting a list of numbers from a container/network source, it's going to be dependent on the system locale. That's a problem, if, say, that system's locale is designed for using commas as the decimal separator rather than dots.
Even if you're managing the environment in a container, make sure that the default locale in that container's environment is LC_ALL=C, rather than something like en_US.
Metadata
Metadata
Assignees
Labels
No labels