Peter,

What OS are you running this on...if you are on windows then uncomment the
php_iconv.dll in your php.ini file and then you can see if you can run the
iconv functions.

If you are running under unix/linux then you need to compile php with the
iconv functions.

Example

./configure --with-iconv=/location/of/iconv

Iconv is a gnu app that you use for the conversions.

You can get more info GNU's website about iconv...

B i g D o g



----- Original Message -----
From: "Peter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 03, 2002 12:46 AM
Subject: Re: [PHP] Dealing with XML charsets


> On Tue, 2 Jul 2002 15:23:38 -0600, [EMAIL PROTECTED] (Ray Hunter)
wrote:
> > Check here:
> > http://www.chilkatsoft.com/ChilkatXml.asp
>
> Doesn't look as if it'll run under Unix?
>
> > Google search:
> > http://www.google.com/search?sourceid=navclient&q=convert+xml+charset
>
> I've been googling ont he topic for the past couple of days, and had no
luck :-(
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to