-
Notifications
You must be signed in to change notification settings - Fork 15
Entry fails to save when embed field contains an instagram image with emojis in the caption #22
Comments
Interesting… I'll check with @brandonkelly how craft handles emojis |
@leevigraham Craft emoji support has 3 facets:
|
Sounds like |
Looking at the craft code it looks like fields are using
The EmbedModel implements Interestingly if you try to submit an emoji in a page title then the same issue occurs:
|
@brandonkelly what is Craft's position on emoji support? If support is only guaranteed on a DB level then I'm tempted to follow suit. |
@dohayon, I've implemented LitEmoji encoding / decoding. Let me know how the latest version goes |
Related: craftcms/cms#2527 |
The text was updated successfully, but these errors were encountered: