When I create node with title in Russian language, I get empty string instead of title-based alias.

Comments

mikeryan’s picture

Assigned: Unassigned » mikeryan

This may or may not be a duplicate. The translation of general UTF characters does need some work, but I don't have the expertise myself (particularly when we get into the Cyrillic character set) - if someone can offer a patch to improve this I'm all ears.

restyler’s picture

yes, duplicate. Added function _pathauto_translit(), what do you think about it?

$output = strtr(utf8_decode($output), ..

isn't good enough as some russian letters have two-letter english equivalents.
I think we should combine you way with utf codes with my way with array of replacements, to get array of utf codes.

mikeryan’s picture

Status: Active » Closed (duplicate)

Marking as duplicate, let's keep the transliteration issues over there...