On 12/19/13, 6:02 PM, Linda Walsh wrote:
> declare -u word
> word='aαβb'
> echo $word
> AαβB
>
> bash is not raising the case of UTF8 lower case letters (lower case
> alpha & beta (αβ=>ΑΒ).
According to the change log, this was fixed in mid-July 2012.
--
``The lyf so short, the craft so long to
Ben Okopnik writes:
> ./borked1: line 6: n/core-default.xml: expression recursion level exceeded
> (error token is "n/core-default.xml")
${foo[n/core-default.xml]} tries to expand n first, which yields
n/core-default.xml, rinse and repeat.
> ./borked2: line 6: on/core-default.xml: division by 0