Fixed German characters in URL

Affected version
2.3 RC 2
Romanize titles is enabled - but the german characters are cut off the URL.
Example:
it should be converted to 100-euro-goldmunze-2024
(100-euro-goldmuenze-2024 would be the best!)
ü=ue
 
I can confirm this, I think it's due to our lack of "deaccenting" in the new code logic.

If you are able to enable the intl extension in your PHP build, this would use our more modern approach which should behave how you expect, otherwise we'll get this fixed for the next release.
 
Back
Top Bottom