Incorrect string value for "™" #1132
Unanswered
SearchDream
asked this question in
Q&A
Replies: 1 comment 1 reply
-
you shoud use UTF-8 if you can not fix it by yourself. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am using Django with PyMySQL, when save the string which contain "™" an error message will come out.
"1366, "Incorrect string value: '\xF0\x9F\x98\x89\x0A\x0A...' for column 'description' at row 1")"
PyMySQL v1.0.3 works for this string.
Environment
Beta Was this translation helpful? Give feedback.
All reactions