On Sun, 3 Apr 2016 23:35:21 +0200
Mattias Andrée <maandree_AT_kth.se> wrote:
Hey Mattias,
> Perhaps it could be noted. But it fails
> with both musl and glibc. I think we need new
> regex engine, perhaps adapted from musl,
> that supports NUL bytes and UTF-8 transparently.
you could also try a
setlocale(LC_ALL, "UTF-8");
in grep(1). Maybe that works.
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Sun Apr 03 2016 - 23:39:38 CEST