FelipeFTN / Emoji-Copy

😄 Emoji copy is a versatile extension designed to simplify emoji selection and clipboard management.
https://extensions.gnome.org/extension/6242/emoji-copy/
GNU General Public License v3.0
95 stars 10 forks source link

Fix parser.py and cleanup emoji_map.json #58

Closed pavinjosdev closed 4 weeks ago

pavinjosdev commented 1 month ago

Due to a logic error, older keywords from emoji_map.json weren't being parsed if the unicode description matched one of the keywords. This has been fixed and emojimap.json cleaned up to remove the skin tone and gender tags (HAS*, IS_*).

This would enable us to solve #56 in the discussed way.