Closed zvuc closed 8 years ago
I tested and found that emoji is replaced with ????, and contents are still preserved. Tested with Chrome 51 (MacOSX)
@zvuc I checked and found the reason that broken emoji sujpport is originated from weak support of 4-byte emoji in MySQL. Please change the table collation from utf8 to utf8md4 and it should work fine. :)
Reproduce