Improve URLs created from site titles containing special characters:
- convert characters like [:;-()] (Regex, and similar) to a single "-". Keep URL search-engine-friendly (retain umlauts)
- concatenate subsequent "-" chars into one single "-" (Do this step after step 1 to avoid duplicate "-" chars, remove trailing and leading dash
- Do not trunk long URLs
See also #255
Improve URLs created from site titles containing special characters:
See also #255