-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Problem
With our mysql database, which uses a utf8 encoding, utf characters like "🍕" cannot be stored.
# database.yml
development:
adapter: mysql2
encoding: utf8
reconnect: false
database: ...
pool: 5
username: ...
password: ...
host: localhostRelated issues
Resources
- https://www.freshworks.com/company/supporting-utf8-characters-in-a-utf8-mysql-table-blog/
- https://adamhooper.medium.com/in-mysql-never-use-utf8-use-utf8mb4-11761243e434
- https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/
Metadata
Metadata
Assignees
Labels
No labels