Skip to content

handle non-ASCII emoji names

dakkar requested to merge feature/non-ascii-emoji-code into develop

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

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports