calvinh99 / mangastyle

The place to find the latest trending mangastyle art on twitter.
0 stars 0 forks source link

MySQL charset utf8mb4 #2

Closed calvinh99 closed 2 years ago

calvinh99 commented 2 years ago

Find a way to store non-english characters and emojis in the mysql database.

calvinh99 commented 2 years ago

Wow I need to get way better at SQL! (Learn more about unicode too)

I managed to convert the tables to use character encoding utf8mb4 which supports 4-byte unicode characters like emojis and text from other languages.