[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: |
Paolo Bonzini |
Subject: |
[bug #28275] Ranges like [a-z] incorrectly match in UTF systems |
Date: |
Mon, 14 Dec 2009 09:38:54 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.5) Gecko/20091105 Fedora/3.5.5-1.fc12 Firefox/3.5.5 |
Follow-up Comment #1, bug #28275 (project grep):
Do you mean that [a-z] also matches for example uppercase? If so, that is
expected and is a result of how collating sequences are defined by glibc. For
example, try "ls -1" and "LANG=C ls -1" on a directory with both uppecase and
lowercase file names.
_______________________________________________________
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 <=
- [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, 2009/12/21
- [bug #28275] grep -P should use PCRE_UTF8, Paolo Bonzini, 2009/12/22