Bruno Haible wrote:
> Pádraig Brady wrote:
>>> + /* Compare S1 and S2, ignoring normalization.
>> "ignoring normalization" is confusing.
>
> Is it more understandable if I say "Compare S1 and S2, ignoring differences
> in normalization"?
better, thanks.
>
>> I presume you mean "Compare normaliz
Pádraig Brady wrote:
> > + /* Compare S1 and S2, ignoring normalization.
>
> "ignoring normalization" is confusing.
Is it more understandable if I say "Compare S1 and S2, ignoring differences
in normalization"?
> I presume you mean "Compare normalized versions of S1 and S2".
That's what it does
Bruno Haible wrote:
> I'm adding functions for comparing Unicode strings, while ignoring their
> normalization form.
>
> *** lib/uninorm.h.orig2009-03-06 19:20:21.0 +0100
> --- lib/uninorm.h 2009-03-06 19:01:38.0 +0100
>
> + /* Compare S1 and S2, ignoring normalizati
I'm adding functions for comparing Unicode strings, while ignoring their
normalization form.
2009-03-06 Bruno Haible
New module 'uninorm/u32-normcmp'.
* lib/uninorm/u32-normcmp.c: New file.
* modules/uninorm/u32-normcmp: New file.
New module 'uninorm/u16-normc