What steps will reproduce the problem?
1. works with any non-english character set.
I suggest a simple fix - Pass encoding to htmlentities.
Just replace
$val = htmlentities($val);
with
$val = htmlentities($val, ENT_NOQUOTES, $this->_defaultEncoding);
I'm attaching a diff.
Original issue reported on code.google.com by ilian.tz...@gmail.com on 21 Dec 2009 at 1:31
Original issue reported on code.google.com by
ilian.tz...@gmail.com
on 21 Dec 2009 at 1:31Attachments: