repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
tests
/
6.cmd
/
intl
/
intl2.sub
blob
64961bcb9aa369a4f24566be5ef1b07684550d6a
1
unset LC_ALL LC_NUMERIC
2
export LANG=de_DE.UTF-8
3
printf '%.4f\n' 1
4
5
LANG=C printf '%.4f\n' 1
6
LANG=C /usr/bin/printf '%.4f\n' 1
7
8
env LANG=C printf '%.4f\n' 1
9
(LANG=C; printf '%.4f\n' 1)
10
11
printf '%.4f\n' 1