Download & Extend

terms with foreign character get messed

Project:Leech
Version:5.x-1.x-dev
Component:leech_feed_taxonomy
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Due to line in

function leech_feed_taxonomy_create_vocabulary_items($node, $categories) {

this line

$category_name = strtolower($category_name['VALUE']);

should be changed to

$category_name = mb_strtolower($category_name['VALUE']);

Comments

#1

Status:active» fixed

Fixed and committed to 5.x branch: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/leech/leech...

#2

Status:fixed» closed (fixed)