> 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? Goba