Hello again,
I'm searching for a method to change the url-transliteration which is executed (automatically?) when using path aliases.
For example "ü" is changed to "u", but I would prefer to have "ue". Another example: I use a token of a field which contains a dot, which is stripped: "b1.01" results in "b101" - I wolud prefer to keep the dot.
I've been searching for transliteration and found the info that it is include in core, but to me it seems to deal only with file names, not wiht path aliases.
Can somebody please give me hint?
Thank you to all and best regards
Regarding the dot (or period), I recommend to have a look at the page "URL alias pattern settings" (
admin/config/urls/path/patterns/settings
). At the bottom of the page you find a collapsed "Punctuation" section, where you can define if punctuation marks get removed or replaced, and how.