Page MenuHomePhabricator

Using an emoji while editing a description field throws unhandled exception
Closed, ResolvedPublic

Description

Repro:
File a bug
Edit the bug and include an emoji in the description like ?
Save

Expected

Saves

Actual

Throws unhandled exception error:

Unhandled Exception ("AphrontQueryCharacterSetException")
Attempting to construct a query containing characters outside of the Unicode Basic Multilingual Plane. MySQL will silently truncate this data if it is inserted into a utf8 column. Use the %B conversion to escape binary strings data.

Event Timeline

milhousian closed this task as Resolved.
milhousian raised the priority of this task from to Needs Triage.
milhousian updated the task description. (Show Details)
milhousian added a project: Maniphest.
milhousian updated the task description. (Show Details)
milhousian added a subscriber: milhousian.

This is fixed by the newest version. I'm just going to go ahead and resolve this myself.

DMZ

T6485 has some modern discussion; T1191 is the original issue.