Actions
Evolution #1794
ferméChange MySQL and MariaDB encoding
Début:
24/02/2024
Echéance:
% réalisé:
100%
Temps estimé:
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.
Actions
#1
Mis à jour par Johan Cwiklinski il y a 9 mois
- Statut changé de In Progress à Résolu
- % réalisé changé de 0 à 100
Appliqué par commit b407453e64f9ba022ddf48cba236bb9e1c8f1812.
Actions
#3
Mis à jour par Johan Cwiklinski il y a 7 mois
- Lié à Anomalie #1823: Une fois un courriel envoyé avec une pièce jointe ajouté
Actions