Re: UCA unnecessary collation weight 0000

From: Philippe Verdy via Unicode <unicode_at_unicode.org>
Date: Thu, 1 Nov 2018 21:35:29 +0100

Le jeu. 1 nov. 2018 à 21:31, Philippe Verdy <verdy_p_at_wanadoo.fr> a écrit :

> so you can use these two last functions to write the first one:
>
> bool isIgnorable(int level, string element) {
> return getLevel(getWeightAt(element, 0)) > getMinWeight(level);
> }
>
correction:
    return getWeightAt(element, 0) > getMinWeight(level);
Received on Thu Nov 01 2018 - 15:35:53 CDT

This archive was generated by hypermail 2.2.0 : Thu Nov 01 2018 - 15:35:53 CDT