handle non-ASCII emoji names
Loading
What does this PR do?
Together with sfm-js!2 (merged), this should provide complete support for non-ASCII names of custom emoji.
In addition to always using the more inclusive regexp for validating emoji names, we also need to normalize emoji names, aliases, categories.
The latter point is necessary to allow matching, for example, ä
against a
+combining diaeresis.
Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines