On 06/09/2010 06:59 PM, Mike Frysinger wrote:
> On Wednesday, June 09, 2010 09:26:04 Krzysztof Żelechowski wrote:
>> Description:
>>         The string "uznań" is not recognized as a name, although it
>> contains only letters.
>>
>> Repeat-By:
>>         uznań=1
> 
> this is not a bug.  your definition of "only letters" is not the same as what 
> the standard says.
> http://www.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_05
> http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_230
> http://www.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap06.html#tag_06_01

That said, bash is within its rights to add, as an extension to the
standard, the use of any valid letter within the current locale.  But
someone would have to write a patch to do that, and make sure that such
a patch doesn't adversely affect speed, and that such identifiers don't
break when you switch to another locale where the same byte pattern is
no longer composed of valid letters.

-- 
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to