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