Commit 065d5901 by Mark Wunsch

Be less prescriptive about how to use rumoji

The emoji landscape has changed quite a bit since its introduction
parent bb1f50dd
...@@ -6,9 +6,13 @@ Why would you want to do this? Read this blog post: http://mwunsch.tumblr.com/po ...@@ -6,9 +6,13 @@ Why would you want to do this? Read this blog post: http://mwunsch.tumblr.com/po
## tl;dr ## tl;dr
>**Do not store emoji unicodes in your database. Store the human-friendly code and support the emoji-cheat-sheet.** >By doing this, you can ensure that users across devices can see the
>author’s intention. You can always show users an image, but you can’t
>show them a range of characters their system does not support.
>By doing this, you can ensure that users across devices can see the author’s intention. You can always show users an image, but you can’t show them a range of characters their system does not support. This gem is primarily for handling emoji characters in user-generated
content. Depending on your technical stack, these characters could end
up being lost.
## Usage ## Usage
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment