On Thu, 30 Apr 2026 at 15:11, Vítek Starý Novotný <[email protected]> wrote:
> On Thu, Apr 30, 2026 at 02:39:21PM +0200, luigi scarso wrote: > > On Thu, 30 Apr 2026 at 13:46, Werner LEMBERG <[email protected]> wrote: > > > > > > Are there plans to update this library? > > > > Definitely yes, if there is a bug that can only be fixed by updating the > > library, but I have no bug reports at the moment. > > The main issue lies in functions such as `find()`, `gfind()`, and > `gsub()`, which support character classes like `%a` (covering Unicode > classes Lu, Ll, Lt, Lm, and Lo) and `%n` (covering Nd, Nl, and No), > among others. Since Unicode 3.1, these classes have expanded > significantly to include many additional code points that `slnunicode` > is unable to match. > > ok, these functions seem to be not used, at least none complain about them. Can you patch the files ? -- luigi
