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
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 (αβ=>ΑΒ).
It doesn't have to be fixed by tomorrow, but next week
would be fine... ;-)
(that schedule was indented as humor...)
I think it *is* something that should be i