Hello,

I've been suggested that I use iconv() instead of trying to compile recode on
Windows platform.

I'm using PHP v4.0.6 and I receive this error

Fatal error: Call to undefined function: iconv() in D:\Program Files\Apache
Group\Apache\htdocs/test.php on line 2

test.php file:
<?php
        echo iconv("IBM850", "IBM437", ",");
?>

Any help?

Thanks,
Marecandja

____________________________________________________________________
Get free email and a permanent address at http://www.amexmail.com/?A=1

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to