On 09/07/2010 06:46 PM, Eric Blake wrote:
And both issues where if we change grep to treat [A-Z] with ASCII semantics in all locales, where we wouldn't have to worry about differing locale collation support between Linux and Cygwin.
Just one remark on this. I think this is a nice idea, as I get sed bug reports about this at least once a month. *But*, this should be done in agreement with glibc, and _first of all_ in glibc. Making regex work differently in grep and sed is a recipe for disaster.
This is even more true with my patch to avoid at all the multibyte paths of src/dfa.c.
Paolo
