Closed (duplicate)
Project:
Pathauto
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Aug 2005 at 01:16 UTC
Updated:
12 Sep 2005 at 18:17 UTC
When I create node with title in Russian language, I get empty string instead of title-based alias.
Comments
Comment #1
mikeryanThis 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.
Comment #2
restyler commentedyes, 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.
Comment #3
mikeryanMarking as duplicate, let's keep the transliteration issues over there...