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
improve of cmpl.
[bush.git]
/
tests
/
printf2.sub
blob
45c48d4c401cb7863b8a9d1c21549354bcc46d28
1
unset LC_ALL LC_CTYPE
2
export LANG=en_US.UTF-8
3
4
case $(printf %d\\n \'À) in
5
192) exit 0;;
6
*) echo "printf2.sub: multibyte character conversion failed" >&2 ; exit 2 ;;
7
esac