The usage of htmlentities() will corrupt UTF-8 data. You should use htmlspecialchars() instead. I'm not sure if this bug has a significant effect on the actual functioning of the module, but it's bad practice in any case.

Comments

jeremy’s picture

Assigned: Unassigned » jeremy

Thanks, fixed in 4.4, 4.5 and cvs versions.

Anonymous’s picture