Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@toriyuno yeah because it is major bullcrap. I spent 4 DAYS finding my error, eventually finding out you have to set the charset to utf8mb4 in the database AND THE CONNECTIONSTRING GOD DAMIT. I could have been on my vacation in Weimar since monday without this utter disregard of proper documentation.
-
fuckwit12186yTook me 2 minutes to find section 10.10.1 of the MySQL 8.0 manual describing the difference between utf8 and utf8mb4
Here: https://dev.mysql.com/doc/refman/... -
It's 2019... I didn't think any common storage system would need extra configuration to handle characters properly 😶
-
@EdoPhoenix
"major bullcrap" "4 DAYS"
Was that intentionally to combine them to mb4? Like a pun you know
Related Rants
Screw MySQL/MariaDB. Who the fuck thought not to document that utf8 is only 3 bytes and not unicode capable. You have to use utf8mb4 for it to work. Fuck those idiots that don't want to admit they made a mistake and put this info in a footnote on a pricy documentation piece.
rant
utf-8
utf8mb4
sql
mysql horror
mysql