Posted by Czapi on 02/07/07 08:31
SM wrote:
> Can someone explain this character encoding stuff
AFAIR PHP DOM implementation natively works in unicode so you need to
enter your characters in unicode. The output should be in the declared
charset, at least it seems so with latin-2...
So either an iconv or mbstring or at least utf8_encode conversion is
what you should use.
--
Cz.
Navigation:
[Reply to this message]
|