You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2025. It is now read-only.
Ruby library providing low level operations for dealing with Emoji
glyphs in the Unicode standard. 🆒
EmojiData is like a swiss-army knife for dealing with Emoji encoding issues. If
all you need to do is translate :poop: into 💩, then there are plenty of
other libs out there that will probably do what you want. But once you are
dealing with Emoji as a fundamental part of your application, and you start to
realize the nightmare of doublebyte encoding or
variants, then this library may be your new best friend.
:raised_hands:
EmojiData is used in production by Emojitracker.com to parse
well over 100M+ emoji glyphs daily. 💫
Don't like Ruby? This library has also now been ported to NodeJS and
Elixir.
Please be sure to run rake spec and help keep test coverage at 💯.
There is a full benchmark suite available via rake benchmark. Please run
before and after your changes to ensure you have not caused a performance
regression.