Project:Taxonomy Manager
Version:6.x-1.0-beta2
Component:User interface
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

It seems that some UTF-8 strings are handled incorrectly. See attached screenshot. It has no effect on data integrity but looks ugly.

AttachmentSize
taxonomy-manager-utf-bug.png9.08 KB

Comments

#1

I can see the problems in the attached screenshot, but I can't find any letter to reproduce this problem. Don't know why the string was handled incorrect in your case. The term name is just checked with check_plain. So no ideas here

#2

Status:active» fixed

I finally found a term with this problem, so I was able to fix this issue.
The problem was caused by doing a check_plain, then using substr, which might break UTF-8 strings. replaced this with drupal_substr and doing check_plain at the end.

#3

Status:fixed» closed (fixed)

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

nobody click here