There is nothing wrong in livedocs that's libxml2 fault, but libxml2 put enough disclaimers here http://www.xmlsoft.org/encoding.html, mean I have nothing to do with it.
livedocs fix, complex preg_replace of the encoding line just before the xml parsing, if this kind of solution is what you want? Moshe. "Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, 8 Aug 2004, moshe doron wrote: > > > Hey, > > > > running livedocs + hebrew+ php5, i found out that for some 8bit, not > > 'ISO-8859-1' encoding, libxml it just mark all the 80 - FF range with > > question marks. > > > > the windows-1255 charset is one that affected by this behavior so we have to > > mark all the hebrew xml files as ISO-8859-1, but the old build system > > doesn't like it. > > Don't mangle charset names. Use the correct one and fix livedocs. > > Derick