Bug#440813: grep handles character ranges incorrectly on some locales

2007-09-04 Thread Justin Pryzby
tag 440813 - moreinfo thanks On Tue, Sep 04, 2007 at 04:44:26PM +0300, Petteri Pajunen wrote: > 2007/9/4, Justin Pryzby <[EMAIL PROTECTED]>: > > > > tag 440813 moreinfo > > thanks > > > > On Tue, Sep 04, 2007 at 04:15:05PM +0300, Petteri Pajunen wrote: > > > Package: grep > > > Version: 2.5.1.ds2-

Bug#440813: grep handles character ranges incorrectly on some locales

2007-09-04 Thread Petteri Pajunen
2007/9/4, Justin Pryzby <[EMAIL PROTECTED]>: > > tag 440813 moreinfo > thanks > > On Tue, Sep 04, 2007 at 04:15:05PM +0300, Petteri Pajunen wrote: > > Package: grep > > Version: 2.5.1.ds2-6 > > > > On my amd64 debian box using locale > > fi_FI.UTF-8 (all LC_XXX variables set to fi_FI.UTF-8 as well

Bug#440813: grep handles character ranges incorrectly on some locales

2007-09-04 Thread Justin Pryzby
tag 440813 moreinfo thanks On Tue, Sep 04, 2007 at 04:15:05PM +0300, Petteri Pajunen wrote: > Package: grep > Version: 2.5.1.ds2-6 > > On my amd64 debian box using locale > fi_FI.UTF-8 (all LC_XXX variables set to fi_FI.UTF-8 as well as LANG) grep > fails to handle character ranges correctly. For

Bug#440813: grep handles character ranges incorrectly on some locales

2007-09-04 Thread Petteri Pajunen
Package: grep Version: 2.5.1.ds2-6 On my amd64 debian box using locale fi_FI.UTF-8 (all LC_XXX variables set to fi_FI.UTF-8 as well as LANG) grep fails to handle character ranges correctly. For example, the first grep is wrong but the second works correctly: $ echo "w" | grep "[a-z]" $ echo "a" |