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
- OS: [e.g. Windows, Linux]
- Server and version: [e.g. MySQL 8.0.19, MariaDB]
- PyMySQL version: v1.1.0
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