Re: Thoughts on GLib regexes

2022-12-19 Thread Jean Abou Samra
Le 19/12/2022 à 15:14, Jean Abou Samra a écrit : Phooey, Sorry, I meant "Phew" here. OpenPGP_signature Description: OpenPGP digital signature

Re: Thoughts on GLib regexes

2022-12-19 Thread Jean Abou Samra
Phooey, I finally got this patch ready. https://gitlab.com/lilypond/lilypond/-/merge_requests/1765 OpenPGP_signature Description: OpenPGP digital signature

Re: Thoughts on GLib regexes

2022-11-30 Thread Luca Fascione
Given a chance I would always pick PCRE. On Wed, 30 Nov 2022, 07:18 Werner LEMBERG, wrote: > > > As shown by https://gitlab.com/lilypond/lilypond/-/issues/6463, > > Guile regular expressions are a trap when it comes to Unicode. > > Under a non-Unicode locale, characters that can't be expressed

Re: Thoughts on GLib regexes

2022-11-29 Thread Werner LEMBERG
> As shown by https://gitlab.com/lilypond/lilypond/-/issues/6463, > Guile regular expressions are a trap when it comes to Unicode. > Under a non-Unicode locale, characters that can't be expressed in > the locale encoding get converted to "?", both in the pattern and > the search string, before

Thoughts on GLib regexes

2022-11-29 Thread Jean Abou Samra
Hi, As shown by https://gitlab.com/lilypond/lilypond/-/issues/6463, Guile regular expressions are a trap when it comes to Unicode. Under a non-Unicode locale, characters that can't be expressed in the locale encoding get converted to "?", both in the pattern and the search string, before