[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #19977] Adding new function to grep
From: |
Benno Schulenberg |
Subject: |
Re: [bug #19977] Adding new function to grep |
Date: |
Sun, 08 Jul 2007 12:25:53 +0200 |
User-agent: |
KMail/1.9.7 |
Please don't send mail with a broken CC field:
"=?WINDOWS-1256?B?4+TQ0SDY5Q==?=" <address@hidden>
It makes my mailer crash.
Also please don't send HTML mail. Set your gmail account to use
only plain text.
Tariq Al-Omaireeni wrote:
> Regarding the bug <http://savannah.gnu.org/bugs/?19977> about
> grep and Diacritics, I think that this bug should be upgraded to
> POSIX level rather than writing a patch to grep. This will result
> in many advantages since it will resolve the problem in grep and
> other commands.
>
> 2- How to request that from POSIX?
Equivalence classes not working is not a deficiency of POSIX, but
most probably of glibc. Send a bug report to glibc and show them
some examples from various languages. For example:
$ touch ééé eee ëëë
$ ls [[=e=]]*
eee
Benno