Hi
could you let me know what version of php you are running as this could be an issue.
I've used the html_entity_decode function and it renders differently depending on the version of php.
In php 5.4 and earlier it will encode to ISO-8859-1
in later versions of php it will encode to UTF-8.
If this is a big issue then I may try and replicate and tackle the problem.
thanks
kevin