Skip to content

Instantly share code, notes, and snippets.

@tliff
Created March 19, 2018 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tliff/44991c3142f751dbac2771b1a1ce258e to your computer and use it in GitHub Desktop.
Save tliff/44991c3142f751dbac2771b1a1ce258e to your computer and use it in GitHub Desktop.
stefanmaier@macbookpro:~/tmp/foo$ LC_ALL=de_DE.UTF-8 dotnet run
14046
stefanmaier@macbookpro:~/tmp/foo$ LC_ALL=en_US.UTF-8 dotnet run
14
stefanmaier@macbookpro:~/tmp/foo$ LC_ALL=C dotnet run
14
stefanmaier@macbookpro:~/tmp/foo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment