Re: gawk: Odd regexp matching problem if LANG=ja_JP

2004-10-11 Thread Fumitoshi UKAI
At Mon, 11 Oct 2004 23:29:15 +0900 (JST), Tatsuya Kinoshita wrote: > > Package: gawk > > Version: 1:3.1.4-1 > > > Executing the following line in a shell: > > > >echo -e '--- orig/lisp/ChangeLog\n+++ mod/lisp/ChangeLog' | LANG=ja_JP > > gawk '/[Cc]hangeLog/ { print }' > > > > yields not th

Re: gawk: Odd regexp matching problem if LANG=ja_JP

2004-10-11 Thread Tatsuya Kinoshita
On August 18, 2004 at 2:57PM +0900, miles (at lsi.nec.co.jp) wrote: > Package: gawk > Version: 1:3.1.4-1 > Executing the following line in a shell: > >echo -e '--- orig/lisp/ChangeLog\n+++ mod/lisp/ChangeLog' | LANG=ja_JP > gawk '/[Cc]hangeLog/ { print }' > > yields not the expected two li