UCA unnecessary collation weight 0000

Philippe Verdy via Unicode unicode at unicode.org
Thu Nov 1 15:35:29 CDT 2018


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);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://unicode.org/pipermail/unicode/attachments/20181101/4357f2f5/attachment.html>


More information about the Unicode mailing list