terms with foreign character get messed

deep - July 25, 2007 - 19:37
Project:Leech
Version:5.x-1.x-dev
Component:leech_feed_taxonomy
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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']);

#1

alex_b - August 24, 2007 - 18:54
Status:active» fixed

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

#2

Anonymous - September 7, 2007 - 19:01
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.