> 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 invoking the underlying POSIX regex > functions. > > I would like feedback on this approach: > > https://gitlab.com/jeanas/lilypond/-/commits/regex-glib/
I like it, thanks! Werner