Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2016 09:45:38 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 208117] equivalence classes do NOT work at all
Message-ID:  <bug-208117-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208117

            Bug ID: 208117
           Summary: equivalence classes do NOT work at all
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: gnu
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: geodelles@yahoo.com

% echo á | grep '[[=a=]]'
% echo ô | grep '[[=o=]]'
% 

On Linux to compare:

$ echo á | grep '[[=a=]]'
á
$ echo ô | grep '[[=o=]]'
ô
$

See the IEEE Std:

«9.3.5 RE Bracket Expression
...It consists of one or more expressions: collating elements, collating
symbols, equivalence classes...»

http://pubs.opengroup.org/onlinepubs/009696899/basedefs/xbd_chap09.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


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