rumoji icon indicating copy to clipboard operation
rumoji copied to clipboard

Encode and decode emoji unicode characters into emoji-cheat-sheet form.

Results 11 rumoji issues
Sort by recently updated
recently updated
newest added

sorted_set was part of the ruby stdlib, but got moved to a gem in ruby 3.0

I've found that some emoji aren't translated from Unicode to the short code correctly. For instance 🤘 should be `:metal:` according to the cheat sheet, but is translated as `:sign_horns:`...

For some reason when i try to encode the latin cross emoji the output includes a utf8 character which causes some DB issues since it is not a valid string....

# About - Add [White Frowning Face](https://emojipedia.org/white-frowning-face/) - Add some aliases used in other libraries (like emojione): - :slightly_smiling_face => :slight_smile: - :slightly_frowning_face => :slight_frown:

self.new("\u{1F95D}", [:kiwifruit] ), self.new("\u{1F951}", [:avocado] ), self.new("\u{1F952}", [:cucumber] ), self.new("\u{1F955}", [:carrot] ), self.new("\u{1F956}", [:baguette_bread] ), self.new("\u{1F954}", [:potato] ), self.new("\u{1F95A}", [:egg] ), self.new("\u{1F95C}", [:peanuts] ), self.new("\u{1F953}", [:bacon] ), self.new("\u{1F950}", [:croissant] ),...

http://emojipedia.org/white-frowning-face/ and http://www.unicode.org/emoji/charts/full-emoji-list.html#2639 I'm not sure what a good name for the emoji is. I choose megafrown because that is listed as the alternate. Perhaps "frowning_face", "white_frowning_face", or maybe just...