2 # POSIX does not require these bytes to work in function names,
3 # but making them all work seems a good goal.
7 export LC_CTYPE=en_US.ISO8859-1
10 while [ "$i" -le 255 ]; do
11 c=$(printf \\"$(printf %o "$i")")
18 if [ "$ok" != 1 ] || [ "$ok1" != 1 ]; then
19 echo "Bad results for character $i" >&2
25 exit $((failures > 0))