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.
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
Comment #1
jeremy commentedThanks, fixed in 4.4, 4.5 and cvs versions.
Comment #2
(not verified) commented