Both utf8mb4_unicode_ci
and utf8mb4_danish_ci
(mysql/mariadb database) seems to work fine on my danish website.
When I test for characters/symbols/emojis, they both seem to display the same result.
Danish letters like æ/ø/å works in both.
Why would I choose one charset/collation over the other?
Does utf8mb4_danish_ci
add characters/codes or is it actually more narrow than utf8mb4_unicode_ci
?