i try to use emoji in a string text message, send it to a worker, then save the string text message with emoji inside my mysql database.
my collation is : utf8mb4_unicode_ci
here the error when the message is processed by the worker:
Invalid datetime format: 1366 Incorrect string value: '\xF0\x9F\x98\x8A\";...' for column xxx.dtc_queue_job.args at row 1
hi,
i am on symfony3
i try to use emoji in a string text message, send it to a worker, then save the string text message with emoji inside my mysql database.
my collation is : utf8mb4_unicode_ci
here the error when the message is processed by the worker: Invalid datetime format: 1366 Incorrect string value: '\xF0\x9F\x98\x8A\";...' for column
xxx
.dtc_queue_job
.args
at row 1how to save content with emoji through a worker ?