While building and testing GNU Bash 4.4 on OpenVMS, the GNU Bash test
script issued the following difference between OpenVMS Bash produced
output and reference output for the test sub-script tests/exp8.sub
(lines 28 - 31)
unset array
declare -A array
array=( [$'x\001y\177z']=$'a\242b\002c' )
e
Chet,
OK. No worries then. Thanks for the prompt reply and the clarification
regarding when isascii() is actually needed.
Regards,
Eric
On 10/10/2016 4:01 PM, Chet Ramey wrote:
On 10/7/16 12:54 PM, Eric W. Robertson wrote:
While building and testing GNU Bash 4.4 on OpenVMS, the GNU Bash