On Fri, Sep 12, 2025 at 12:13:23PM -0700, Jeff Davis wrote: > On Fri, 2025-09-12 at 13:21 -0500, Nico Williams wrote: > > How does one do form-insensitive comparisons? > > If you mean case insensitive matching, you can do:
I meant form-insensitive, as in comparing equivalent strings where one might be using decomposed sequences and another pre-conposed sequences (and either might be normalized or not at all). Nico --
