bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: Bug in gawk regular expression matching?


From: Ralf Wildenhues
Subject: Re: Bug in gawk regular expression matching?
Date: Mon, 9 Oct 2006 17:34:18 +0200
User-agent: Mutt/1.5.13 (2006-09-08)

* Christian Lachnitt wrote on Mon, Oct 09, 2006 at 03:03:23PM CEST:
> 
> I have tested the following command with gawk 3.1.5 and 3.1.4 under Debian and
> Solaris. The result is wrong (I believe):

Probably not.  You may want to read:
http://www.gnu.org/software/gawk/manual/gawk.html#Locales

> Command:   echo "ABc" | gawk '/[a-z][A-Z]/'
> Output:    ABc

and compare
  echo "ABc" | LC_ALL=C gawk '/[a-z][A-Z]/'

Cheers,
Ralf




reply via email to

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