Can not export non English menu items as features_clean_title remove all characters and just replace space with "-" .

When I tried to export Arabic menu items that have same count of words none of these menus imported.

features depend on create identifier using features_clean_title which call non Unicode friendly regex

patch features_clean_title to user Unicode friendly regex to enable export menu items regardless it's language.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

melsawy’s picture

Issue summary: View changes

Status: Needs review » Needs work

The last submitted patch, features.menu_.inc-friendly-unicode.patch, failed testing.

cs_shadow’s picture

Issue summary: View changes
Status: Needs work » Needs review
FileSize
605 bytes

Attaching correctly formatted version of the patch.

Status: Needs review » Needs work

The last submitted patch, 3: features-clean_title_unicode_friendly-2241421-3.patch, failed testing.

cs_shadow’s picture

Fails on tests unrelated to this change. Any ideas why?

hefox’s picture

Status: Needs work » Needs review
hefox’s picture

Version: 7.x-2.0 » 7.x-2.x-dev