Not sure what's going on here.

I set site_name variable as a multilingual variable in my settings file. I'm running localization and i18n, with English, Spanish and Russian translations. I can set the English and Spanish site names just fine. But I can't use Cyrillic characters in the site name field for the Russian translation.

When I click "save" on the site information page, it empties any fields that contain Cyrillic characters. I can use Cyrillic characters when adding content as nodes - but not when editing fields on the site information page.

Do I need to set these variables to accept Cyrillic characters in the settings file?

Thanks,
Sean

Comments

axel’s picture

It's strange. For example drupal.ru runs 5.0-beta2 and shows Cyrillic characters in all fields. See www.drupal.ru title - site name and site missions in Russian language.

--
Axel,
JabberID: laika@jabber.org
Drupal in Russia | Darcs repo of my projects

borisvolfson’s picture

If you are using editor to edit you config file, make sure that it supports UNICODE.

seanberto’s picture

I disabled the i18n module and the field now accepts Cyrillic.

i18n.head is must still be a little buggy in 5.0. I'm also having base URL issues with i18n installed, and node translations aren't working just yet. I guess I'll just have to be patient until the module catches up with the core.

Can't complain at all about this. I'm just thankful that Development Seed has done so much to help with translations.

Thanks for the help.

Sean

Sean Larkin