Our application automatically generates page URLs using a parameterized version of the page name. For example:
http://www.domainname.com/this-is-the-page-name
Simple. Works fine, except when the page name uses cyrillic characters, the parameterize method returns a blank string:
"Пробна галерия".parameterize
I've been digging online for how to deal with this, and the suggestions that I have found point towards transliteration techniques. Wondering if there is a simple straightforward way of dealing with this.