[MDEV-29414] Map utf8 OS locales to utf8mb4 Created: 2022-08-30 Updated: 2024-02-06 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Character Sets |
| Fix Version/s: | 11.5 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
To help users to switch to utf8mb4 easier (see MDEV-19123), let's remap utf8 operating system locales (such as en_US.UTF-8 on Linux) from the current utf8mb3 to utf8mb4. Another option is to take into account OLD_MODE, to map locales like en_US.UTF-8 to MariaDB character sets as follows:
|