Created
June 23, 2015 18:24
-
-
Save theory/a741c258eb20e25cee03 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
> 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