]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/unicode3.sub
bash-5.0 distribution sources and documentation
[thirdparty/bash.git] / tests / unicode3.sub
CommitLineData
a0c0a00f 1export LANG=en_US.UTF-8 # make sure
d233b485
CR
2
3cd $TMPDIR # try to avoid NFS artifacts
ac50fbac
CR
4payload=$'\065\247\100\063\231\053\306\123\070\237\242\352\263'
5"$payload"
6
a0c0a00f 7cd "$payload"
ac50fbac
CR
8printf %q "$payload"
9echo
10
d233b485
CR
11set -x ; : "$payload" ; set +x
12cd $OLDPWD