aboutsummaryrefslogtreecommitdiff
path: root/tests/app/Models/DatabaseDAOTest.php
AgeCommit message (Collapse)Author
2026-01-10Fix MySQL transliterator_transliterate fallback (#8427)Gravatar Alexandre Alapetite
The string syntax of `strtr()` cannot handle mutibytes characters, so need to be rewritten using an array map approach. Extend the fallback replacements to include the Windows/ISO charsets of the latin languages for which we have a translation