Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Apr 2001 14:11:16 +0200
From:      Vallo Kallaste <vallo@matti.ee>
To:        Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>
Cc:        Ruslan Ermilov <ru@FreeBSD.ORG>, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.bin/kdump mkioctls
Message-ID:  <20010409141116.B42378@myhakas.matti.ee>
In-Reply-To: <20010406215344.A93219@dcse.fee.vutbr.cz>; from cejkar@dcse.fee.vutbr.cz on Fri, Apr 06, 2001 at 09:53:44PM %2B0200
References:  <no.id> <20010406215344.A93219@dcse.fee.vutbr.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 06, 2001 at 09:53:44PM +0200, Cejka Rudolf <cejkar@dcse.fee.vutbr.cz> wrote:

> Ruslan Ermilov wrote (2001/04/06):
> > ru          2001/04/06 07:40:26 PDT
> > 
> >   Modified files:
> >     usr.bin/kdump        mkioctls 
> >   Log:
> >   Execute this script in a "C" locale environment.
> >   
> >   Currently, cs_CZ.ISO_8859-2 locale's collation sequence is
> >   broken, and this caused grep(1) to skip some include files.
> 
> With respect to this problem, cs_CZ.ISO_8859-2 locale's collation
> sequence is correct. According to SUSv2, regular expression used
> with grep is written in unportable way and for languages different
> from "C" results may be different.

Yep, I've had exactly same problem with some ports which used
unportable regex construction for sed, [_0-9A-Za-z] for example.
Actually they did want to say [[:alnum:]] accordingly to context the
regex was in.
-- 

Vallo Kallaste
vallo@matti.ee

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010409141116.B42378>