mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-10 13:40:55 +02:00
bash-5.2-alpha release
This commit is contained in:
+7
-1
@@ -1,6 +1,12 @@
|
||||
unset LC_ALL LC_CTYPE
|
||||
export LANG=en_US.UTF-8
|
||||
|
||||
export LANG=C
|
||||
case $(printf %d\\n \'A) in
|
||||
65) ;;
|
||||
*) echo "printf2.sub: character conversion failed" >&2 ;;
|
||||
esac
|
||||
|
||||
export LANG=en_US.UTF-8
|
||||
case $(printf %d\\n \'À) in
|
||||
192) exit 0;;
|
||||
*) echo "printf2.sub: multibyte character conversion failed" >&2 ; exit 2 ;;
|
||||
|
||||
Reference in New Issue
Block a user