Re: [grep bug?] -i odd behavior on multibyte locale

From: Tim Robbins (tim_at_robbins.dropbear.id.au)
Date: 05/31/05

  • Next message: Eric Anderson: "Re: FreeBSD 6.0-CURRENT lastest snapshots"
    Date: Tue, 31 May 2005 22:56:12 +1000
    To: freebsd-current@freebsd.org
    
    

    On Tue, May 31, 2005 at 03:37:11AM +0800, Alecs King wrote:
    > 6.0-current as of May 27.
    > world cvsup'd & built at May 25.
    >
    > [alecs@~]$ echo $LC_CTYPE
    > zh_CN.GBK
    > [alecs@~]$ echo a | grep -i A
    > a
    > [alecs@~]$ echo a | grep -i a
    > a
    > [alecs@~]$ echo A | grep -i A # XXX
    > [alecs@~]$ echo A | grep -i a # XXX
    [...]

    I've just checked a fix for this in to -CURRENT. Please let me know
    if this doesn't solve the problem, or if you run into further problems.

    Tim
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Eric Anderson: "Re: FreeBSD 6.0-CURRENT lastest snapshots"