Make WordPress Core

Opened 13 years ago

Closed 13 years ago

Last modified 8 years ago

#18189 closed defect (bug) (duplicate)

Editor does not handle Emoji Unicode characters

Reported by: cabel's profile cabel Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Editor Keywords:
Focuses: Cc:

Description (last modified by ocean90)

Mac OS X Lion adds a new set of Unicode characters — Emoji. To access these characters, choose Edit > Special Characters… from the menu bar in Safari, then select "Emoji" in the left side of the Characters palette. Double click any Emoji to insert it into the selected text field in Wordpress.

Problem: The Wordpress editor very much does not like Emoji, and will strip any text following an Emoji character.

Reproduce: Type the following into the Post Editor…

Testing 💩 How Did It Go?

(The character after 'Testing' is an emoji character, or Unicode: U+1F4A9 UTF-8.)

Expected: That text and emoji appears in the final post.

Results: The post appears as follows...

Testing

Everything after the Emoji, including the Emoji, is omitted from the post, including any new lines.

Change History (9)

#1 @cabel
13 years ago

(I should note that it would be fine for Emoji to be automatically encoded into HTML entities, except in the case of using an Emoji in a href url...)

Last edited 8 years ago by ocean90 (previous) (diff)

#2 @SergeyBiryukov
13 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

#3 @SergeyBiryukov
13 years ago

You can try aercolino's plugin from that ticket:
http://wordpress.org/extend/plugins/full-utf-8/

#4 @kawauso
13 years ago

  • Milestone Awaiting Review deleted

#5 @azaozz
13 years ago

In [18669]:

Responsive tag and category pages, props saracannon, see #18189

#7 @SergeyBiryukov
11 years ago

  • Description modified (diff)

#8 @SergeyBiryukov
9 years ago

  • Description modified (diff)

#9 @ocean90
8 years ago

  • Description modified (diff)
Note: See TracTickets for help on using tickets.