Skip to content

Instantly share code, notes, and snippets.

@theory
Created June 23, 2015 18:24
Show Gist options
  • Save theory/a741c258eb20e25cee03 to your computer and use it in GitHub Desktop.
Save theory/a741c258eb20e25cee03 to your computer and use it in GitHub Desktop.
> perlbrew use perl-5.20.2
> LANG=de_DE.UTF-8 perl -MPOSIX=setlocale -Mlocale -E 'setlocale POSIX::LC_ALL, ""; do { no locale; printf "%.1f\n", 1.1223 }'
1.1
> perlbrew use perl-5.18.4
> LANG=de_DE.UTF-8 perl -MPOSIX=setlocale -Mlocale -E 'setlocale POSIX::LC_ALL, ""; do { no locale; printf "%.1f\n", 1.1223 }'
1,1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment