I have following problem:
every user has his own folder to upload images ('files/userfiles/'$user->name). But some accounts have cyrillic symbols, so directory names become unreadable. A transliteration module converts just filenames, not directory.

How to fix this problem?

Comments

ufku’s picture

Category: bug » support
Status: Active » Fixed
Issue tags: -cyrillic language

You should install transliteration module and replace $user->name with transliteration_get($user->name, '_').

Note that the result of transliteration might not be unique per user name.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.