On Sun, 21 Dec 2003, Mehdi Achour wrote:

> >What's the problem exactly?
>
> http://fr.php.net/manual/fr/function.eval.php
> In the example and in the screen output, the word "café" is
> displayed instead of "caf�", that's the problem.

Yes, that's because you used entities in CDATA sections, which is wrong.
In CDATA sections you should use chacters from the current charset in
which the document is written. I do not want to add a hack for this.

Derick

Reply via email to