Actions
Evolution #1794
closedChange MySQL and MariaDB encoding
Start date:
02/24/2024
Due date:
% Done:
100%
Estimated time:
Vote:
Description
On MySQL and MariaDB utf8
is an alias for utf8mb3
- which uses 3 bytes for character storage. utf8mb4
uses 4 bytes, and therefore, can store many much characters.
While this is not an issue most of the time, it could be for some languages, emoticons, etc. On that page: https://codepoints.net/planes, only the "Basic Multilingual Plane" is handled by utf8mb3
.
- https://codepoints.net/supplemental_symbols_and_pictographs
- https://codepoints.net/chess_symbols
- https://codepoints.net/symbols_and_pictographs_extended-a
- https://codepoints.net/emoticons
Note that PostgreSQL does not need any further migration; everything is already working as expected.
Updated by Johan Cwiklinski 11 months ago
- Status changed from In Progress to Résolu
- % Done changed from 0 to 100
Appliqué par commit b407453e64f9ba022ddf48cba236bb9e1c8f1812.
Updated by Johan Cwiklinski 9 months ago
- Related to Anomalie #1823: Une fois un courriel envoyé avec une pièce jointe added
Actions