On Mon, 9 Aug 2004, Gabor Hojtsy wrote: > > libxml use iconv that seems to be broken: > > > > echo iconv("WINDOWS-1255", "ISO-8859-1", "????"); > > > > please check what the problem here. (you can use c iconv() function that > > compiled into libc on dev1). > > What do you expect when converting to latin-1 such chars which are not > there?
It should convert them to question marks, which it does. Derick