Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Support Twemoji v12.0 #50

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

[WIP] Support Twemoji v12.0 #50

wants to merge 2 commits into from

Commits on Jun 2, 2019

  1. Only package necessary files

    using easier to understand Dir instead of git command
    JuanitoFatas committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    8314413 View commit details
    Browse the repository at this point in the history
  2. Add rake db:dump to generate unicode emojis json

    The Rakefile is defined under lib/tasks/db.rake.
    
    Necessary files will download from https://github.com/unicode-org/cldr,
    and save in vendor folder under cldr release version folder.
    
    - parse emojis from cldr release, version can be changed at emoji_data_files.
    
    The emojis are from emoji_test.txt (starting from release-32)
    
    and keywords (names) are from cldr annotations and annotationsDerived.
    JuanitoFatas committed Jun 2, 2019
    Configuration menu
    Copy the full SHA
    2712b9e View commit details
    Browse the repository at this point in the history