Fixed
Details
Assignee
Chi Bong HoChi Bong HoReporter
Chi Bong HoChi Bong HoGoals
None
Details
Details
Assignee
Chi Bong Ho
Chi Bong HoReporter
Chi Bong Ho
Chi Bong HoGoals
None
Created April 27, 2024 at 2:01 AM
Updated July 25, 2024 at 2:05 PM
Resolved July 25, 2024 at 2:05 PM
The Refapp currently uses MariaDB as its database, with utf8 as its default text encoding. However, MariaDB’s (and MySQL’s) implementation of utf8 cannot handle all utf8 characters (for example: emojis). We should change it to use utf8mb4, which should handle all utf8 characters.