-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add all_emoji and emoji_sort options to generate_emoji_html.
By default, the list of emoji sequences is based on the union of the sequences encoded in the image file names for all the directories (or the first directory if --limit was set). The --all_emoji option uses the emoji sequences from nototools/unicode_data instead. By default, the list of emoji sequences is in unicode codepoint order. The --emoji_sort option uses the emoji sequence sort order from nototools/unicode_data instead. Along with this, the ordered list of sequences becomes an argument to write_html_page, which it should have been all along.
- Loading branch information
Showing
1 changed file
with
47 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters