[pcre-dev] [Bug 603] New: Inconsistent results of \S vs [\S]…

Inizio della pagina
Delete this message
Autore: Alexey Proskuryakov
Data:  
To: pcre-dev
Nuovi argomenti: [pcre-dev] [Bug 603] Inconsistent results of \S vs [\S] in unicode mode
Oggetto: [pcre-dev] [Bug 603] New: Inconsistent results of \S vs [\S] in unicode mode
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=603
           Summary: Inconsistent results of \S vs [\S] in unicode mode
           Product: PCRE
           Version: N/A
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
        AssignedTo: ph10@???
        ReportedBy: ap@???
                CC: pcre-dev@???



$ ./pcretest
PCRE version 7.4 2007-09-21

re> /\S/8g
data> тест

0: \x{442}
0: \x{435}
0: \x{441}
0: \x{442}
data>
re> /[\S]/8g
data> тест

No match

The same problem exists for \W and \D.


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email