You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked some data from spec.json. There are combining marks under cm key and "valid" characters from groups (primary and secondary). Some combining marks are in these valid characters some are not (948). Why is that?
One example is character 20E3 (present in cm, absent in any group, it is part of an emoji). Here https://adraffy.github.io/ens-normalize.js/test/chars.html it is marked as disallowed.
Other example is 20DD - present in cm, absent in any group, but it is not part of any emoji.
The text was updated successfully, but these errors were encountered:
The extra data is so is_combining_mark() can be correct independent of ENSIP-15. For example, it useful to know if a character is a CM inside of an error message for a disallowed character.
I have checked some data from
spec.json
. There are combining marks undercm
key and "valid" characters fromgroups
(primary and secondary). Some combining marks are in these valid characters some are not (948). Why is that?One example is character
20E3
(present incm
, absent in any group, it is part of an emoji). Here https://adraffy.github.io/ens-normalize.js/test/chars.html it is marked as disallowed.Other example is
20DD
- present incm
, absent in any group, but it is not part of any emoji.The text was updated successfully, but these errors were encountered: