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

CommentFileSizeAuthor
taxonomy-manager-utf-bug.png9.08 KB1fotograf.ru

Comments

mh86’s picture

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

mh86’s picture

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.

Status: Fixed » Closed (fixed)

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