> Last try, make sure that the mbstring and iconv extensions are > compiled into PHP. But then you might simply have a broken c-client. The iconv extension was compiled in, but broken in PHP 5.1.1 on FreeBSD: http://bugs.php.net/bug.php?id=35288 Upgrading to PHP 5.1.2 resolved the problems. Thanks!