[PHP-DEV] iconv From: Marecandja (flop.m <email protected>)
Date: 06/25/01

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 Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>