How to configure correct URL formation when creating a topic?

When creating a topic, the URL is formed as example.com/t/topic/39/ - there is no conversion of the Cyrillic alphabet from the title to Latin letters. However, if the title contains a word in English (in this case, Ruby), it necessarily appears in the URL as example.com/t/ruby/36. If 2-3 words are in English, it becomes example.com/t/erb-vs-code/29, but Cyrillic words are not converted.

What is the reason for this URL formation and how can it be fixed?

P.S. The forum is in Ukrainian. I assumed the problem was due to certain letters - і, ї, є. I tried publishing the title in Russian - the same problem occurred. The issue is common to the Cyrillic alphabet.

You can ignore the title part and simply use structure like discourse.example.com/t/~/10

If the part between t and topic id is left blank, it will be auto populated on click

2 Likes