Re: generating xml with chars like (õäöü )

[email protected] (jux) Wed, 14 Jul 2004 10:33:09 +0300
Newsgroups php.xml.dev
Message-ID <[email protected]>
Mhh ... now i'm a bit confused and i don't now really what should i do.

In my HTML the charset is ISO-8859-1 and yes it displayes õäöü 
correctly. Now my xml file has the same character encoding, but when i 
insert manually (like editing with notepad) those letter into that 
document DOM XML can't read it. And dump_file() is DOM XML function - 
that's why it doesen't let to create new document with those letters ... 
i think. And if the xml char encoding was UTF-8 ... then DOM XML 
couldn't read the file either.

So i'm out of ideas here. Are there any other supperted char encodings 
that i should use or anything else?
Allso i'm using PHP 4.7.


Thnx