Actions
Defect #27361
closedFailed when using Emoji
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Database
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
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 about 7 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 about 7 years ago
Here is a screen capture of the Production.log
Updated by Toshi MARUYAMA about 7 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Duplicate of #24992.
Updated by Toshi MARUYAMA about 7 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 over 5 years ago
Updated by Marius BÄ‚LTEANU over 5 years ago
- Related to Feature #31921: Changes to properly support 4 byte characters (emoji) when database is MySQL added
Actions