MySQL's utf8 data type only supports 3-byte characters, not the full 4 byte characters.
MySQL only recently as of MySQL 5.5 now supports the full UTF-8 encoding set via the table coolation type utf8mb4.
This means ios emoji icons (and likely other mobile devices who move to offer the same support) and non-English characters are impacted.
After derailing a support ticket, and seeing it happening to another one;
MySQL only recently as of MySQL 5.5 now supports the full UTF-8 encoding set via the table coolation type utf8mb4.
This means ios emoji icons (and likely other mobile devices who move to offer the same support) and non-English characters are impacted.
After derailing a support ticket, and seeing it happening to another one;
- https://xenforo.com/community/threads/some-unicode-characters-not-recognized.89945/
- https://xenforo.com/community/threads/emoji-icons-posting-from-ios-devices-to-xenforo.25722/
Upvote
34