Incorrect handling of unicode talk titles #815
Labels
help wanted
Stuff that we would love contributions for
Improvement
organizer-request
user-organizers
Feature for organizers
For the PhpRussia19 conference we have a lot of talks in Russian language https://joind.in/event/php-russia-2019/schedule/grid.
Unfortunately, I have noticed that platform does not support transliteration thus generated URL for talks are ugly:
My suggestion is to use
Transliterator::transliterate
method fromIntl
extension to perfrom transliteration of talk titles, based on talk language.For example, for Russian language we should use
'Russian-Latin/BGN'
transliterator:Is it possible to quickly add this feature and to regenerate URLs for all talks in our conference before we ask speakers to add link to joind.in
The text was updated successfully, but these errors were encountered: