As far as I know, iconv should be on your PHP itself, in order words compiled and built in.
From the command line, typpe
php -m
and look for the existence of iconv.
Otherwise you may have to install a version for your OS that has iconv built in.
As far as I know, iconv should be on your PHP itself, in order words compiled and built in.
From the command line, typpe
php -m
and look for the existence of iconv.
Otherwise you may have to install a version for your OS that has iconv built in.