This is a comment on Customizing page addresses, posted by WikiAdmin at 07.12.2021 19:40

View source for Re: Customizing page addresses

The former usage of **((/Dev/Projects/Translit Transliteration))** had two purposes, one of which has been omitted with UTF-8.

%%
transliterator_transliterate(
	"Any-Latin;
	Latin-ASCII;
	[\u0100-\u7fff] remove;
	Lower()",
	$text);
%%
https://unicode-org.github.io/icu/userguide/transforms/general/

It is not suited as ##supertag## because it is not unique:
  /わびさび
  /WabiSabi
same translit result -> wabisabi

It is not suited for validation, but it can be used for normalization or sanitization for filenames, usernames, search or slugs. Therefore the ##supertag## and the page tag transliteration has been removed, because the page ##tag## must be **unique**.

What worked within a specific charset for a language no longer works with Unicode. 

For old backlinks you can create redirects in your .htaccess file or add pages with redirects. Furthermore the **page tag** is now also ((/Dev/Release/R6.0/BinaryTag accent and case-sensitive)).