By ChemAli on
I`am create the field in the user profile, using the standard Profile.module. The values of fields in Russian. Users can find other users, having similar values of field.
Problem in urls, which generates with drupal. The value, it passes directly into the url, but since one in Russian, it recodes the word into %D0%A0%D0%BE%D1%81%D1%81%D0%B8%D1%8F.
Can I at least transliterate it in any way?
I think a similar problem of concern to many drupalers who use a language other than English.
Comments
Ie you do not believe this is
Ie you do not believe this is the problem? :)
Is using transliteration not
Is using transliteration not good enough?
.dan. is the New Zealand Drupal Developer working on Government Web Standards
Transliteration module fix
Transliteration module fix file names only :(
Transliteration file
You might have a look at this posting:
"What is a good replacment pattern for url aliases that use Kanji and hiragana (Japanese)"
http://groups.drupal.org/node/21749
You could also use a transliteration file, see http://drupal.org/node/185664
hth
Frank