Hey One of my clients wants to have their urls show as russian for example ru/Экспертиза however it gets translated to ru/ekspertiza. In chinese however this is not the case at all. When digging a little further I found the following culprit:
https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Core/Strings/Utf8ToAsciiConverter.cs
I don't quite understand why this is done, is there a way to disable this and for the urls to show up as intended?