On Sun, Apr 03, 2016 at 11:50:08PM +0200, Mattias Andrée wrote:
> That works with musl but not glibc.

If you use 'setlocale(LC_ALL, "")' with GCC, grep behaves as expected:

    sbase$ echo äö | ./grep '[å]'
    (1)
    sbase$ echo å | ./grep '[å]'
    å

Eric

Reply via email to