You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here one would expect de-ASCII; Any-Latin; Latin-ASCII; [\u0080-\u7fff] remove.
We cannot hardcode this into bootstrap however for a multi-language site, as this will kill the others, e.g.
Turkish Söğütlü wouldn't be Sogutlu anymore, but Soeguetlue.
So for this we should add localized ones per language - and invoke that based on that language then inside the business logic.
Is there a better way to avoid too many classes?
Maybe with some simple config instead?
The text was updated successfully, but these errors were encountered:
I propose
etc as e.g. normal inflection (default cake core) of
Any-Latin; Latin-ASCII; [\u0080-\u7fff] remove
is invalid for German for example.Refs https://stackoverflow.com/questions/50412085/how-to-make-textslug-convert-german-umlauts-properly
Here one would expect
de-ASCII; Any-Latin; Latin-ASCII; [\u0080-\u7fff] remove
.We cannot hardcode this into bootstrap however for a multi-language site, as this will kill the others, e.g.
Turkish
Söğütlü
wouldn't beSogutlu
anymore, butSoeguetlue
.So for this we should add localized ones per language - and invoke that based on that language then inside the business logic.
Is there a better way to avoid too many classes?
Maybe with some simple config instead?
The text was updated successfully, but these errors were encountered: