Re: [PHP-XML-DEV] Re: generating xml with chars like (õäöü )

[email protected] (Derick Rethans) Wed, 14 Jul 2004 09:27:54 +0200 (CEST)
Newsgroups php.xml.dev
Message-ID <Pine.LNX.4.58.0407140926520.16819@localhost>
On Tue, 13 Jul 2004, Manuel Lemos wrote:

> > But i must use estonian language characters like: õ ä ö ü
> > So i think UTF-8 charset should do fine here but xml DOM had some kind
> > of problems when encoding was utf-8.
>
> All those characters are part of ISO-8859-1. You should not need to use
> Unicode.

Unicode is not the same as UTF-8, get your facts straight.

> You may want to try this XML writer class. If you really insist to
> convert the encoding to UTF-8, just specify UTF-8 as output encoding,
> but I don't think it is necessary:

And bloody hell do the advertising somewhere else. You should know
better by now.

Derick