Defect #27361
closedFailed when using Emoji
Description
Tried to create Issue directly or via email with emoji, reply to forum via email using emoji, and all failed.
Here is output from Production.log
ActiveRecord::StatementInvalid (Mysql2::Error: Incorrect string value: '\xF0\x9F\x87\xA6\xF0\x9F...' for column 'description' at row 1: INSERT INTO `issues` (`project_id`, `author_id`, `priority_id`, `tracker_id`, `status_id`, `subject`, `description`, `start_date`, `updated_on`, `created_on`, `lock_version`) VALUES (33, 4, 4, 2, 1, 'CCCCC list', '-
Files
Related issues
Updated by Charles So over 8 years ago
The error log above originally contains a few emojis.... and the whole string got cut off immediately at where the 1st emoji is.
Updated by Charles So over 8 years ago
Here is a screen capture of the Production.log
Updated by Toshi MARUYAMA over 8 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicate of #24992.
Updated by Toshi MARUYAMA over 8 years ago
- Is duplicate of Defect #24992: MailHandler: an unexpected error occurred when receiving email: invalid byte sequence in UTF-8 added
Updated by Tobias Fischer almost 7 years ago
Related issue in Git commits: #24030
Updated by Tobias Fischer almost 7 years ago
Updated by Marius BĂLTEANU over 6 years ago
- Related to Feature #31921: Changes to properly support 4 byte characters (emoji) when database is MySQL added