[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #28275] Ranges like [a-z] incorrectly match in UTF systems
From: |
Makar |
Subject: |
[bug #28275] Ranges like [a-z] incorrectly match in UTF systems |
Date: |
Mon, 21 Dec 2009 14:49:29 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; ru-RU; rv:1.9.1.6) Gecko/20091220 Gentoo Firefox/3.5.6 |
Follow-up Comment #7, bug #28275 (project grep):
> Regarding Perl mode, that's unfortunately a bug in PCRE, not grep.
pcregrep that comes with PCRE works fine if the -u switch is specified.
Philip Hazel suggested calling pcre_compile() with PCRE_UTF8 flag set, when
UTF-8 is involved. I tried patching grep, but ran into some Gentoo-specific
difficulties.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?28275>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #28275] Ranges like [a-z] incorrectly match in UTF systems, Makar, 2009/12/13
- [bug #28275] Ranges like [a-z] incorrectly match in UTF systems, Paolo Bonzini, 2009/12/14
- [bug #28275] Ranges like [a-z] incorrectly match in UTF systems, Makar, 2009/12/14
- [bug #28275] Ranges like [a-z] incorrectly match in UTF systems, Paolo Bonzini, 2009/12/14
- [bug #28275] Ranges like [a-z] incorrectly match in UTF systems, Makar, 2009/12/14
- [bug #28275] Ranges like [a-z] incorrectly match in UTF systems, Paolo Bonzini, 2009/12/14
- [bug #28275] Ranges like [a-z] incorrectly match in UTF systems, Norihirio Tanaka, 2009/12/16
- [bug #28275] Ranges like [a-z] incorrectly match in UTF systems,
Makar <=
- [bug #28275] grep -P should use PCRE_UTF8, Paolo Bonzini, 2009/12/22