6 lines
150 B
Text
6 lines
150 B
Text
export LANG=en_US.UTF-8
|
|
|
|
case $(printf %d\\n \'À) in
|
|
192) exit 0;;
|
|
*) echo "printf2.sub: multibyte character conversion failed" >&2 ; exit 2 ;;
|
|
esac
|