bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] gawk regex ignores case incorrectly for character range


From: Andrew J. Schorr
Subject: Re: [bug-gawk] gawk regex ignores case incorrectly for character range
Date: Wed, 7 May 2014 09:21:29 -0400
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

On Tue, May 06, 2014 at 11:25:56PM +0000, Sena, Frederick wrote:
> Just wanted  to report a gawk bug in the regex matching for a character 
> range.  I found a specific instance where gawk ignores case when it should 
> not.
> 
> $ awk --version
> GNU Awk 3.1.5
>
> $ env | grep LANG
> LANG=en_US.utf8
...
> $ echo hi | awk '/^[A-H]/'
> hi

Thank you for the bug report.  However, gawk version 3.1.5 is very outdated.  
The
current version is 4.1.1.  I am unable to duplicate the problem in version 
4.1.1,
so I suspect the bug has been fixed.  Can you please upgrade and try again?

Regards,
Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]