sorry, wrong target. anyway on win32, with php5.0.0 the function return empty string while on php4 it return notice. the iconv("WINDOWS-1255", "UTF-8"... which is what libxml suppse to do is working nice on win32 php. we still trying to figure out what going here.
Moshe. "Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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