I'm having trouble with the post slug when the title is Cyrillic

I would like to report an issue with slug generation in FluentCommunity.
When I publish a post with a Cyrillic title, the slug often becomes either an unreadable string of letters or something like /post-1774783451. The behavior appears to be inconsistent and unpredictable.
What is especially strange is that if I delete the post and republish it with exactly the same content, the slug may change again, for example to /post-177478345. In some cases, I have to repeat this several times before I get a usable result.
This makes it difficult to publish posts with clean and meaningful URLs.
Ideally, Cyrillic titles should be transliterated into Latin characters according to standard transliteration rules. For reference, here is an example of such rules:
https://documenterra.ru/latinitsa-i-kirillitsa-osobennosti-transliteracii-v-it-documentacii/
For example, the post title shown in my screenshot should ideally generate a slug like this:
/testovaya-zapis-dlya-testa-slaga-adresa
Can this be fixed?
Passed onto the devs
The work has been done; in the next release, the slugs will be transliterated via ICU Transliteration.
Tawsif Ahmed Riyad
Thank you for your attention and prompt resolution. I look forward to the update.