Re: [PHP] Dealing with XML charsets

2002-07-03 Thread Peter
On Tue, 02 Jul 2002 14:33:35 -0700, [EMAIL PROTECTED] (Clay Loveless) wrote: I haven't tried this myself yet, but will soon be facing a similar need. http://www.php.net/iconv That's probably the way I'll start off on tackling this problem ... Grab your XML document, check to see if it's

Re: [PHP] Dealing with XML charsets

2002-07-03 Thread Peter
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=navclientq=convert+xml+charset I've been googling ont he topic for

Re: [PHP] Dealing with XML charsets

2002-07-03 Thread B i g D o g
--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

Re: [PHP] Dealing with XML charsets

2002-07-02 Thread Ray Hunter
Check here: http://www.chilkatsoft.com/ChilkatXml.asp Google search: http://www.google.com/search?sourceid=navclientq=convert+xml+charset B i g D o g - Original Message - From: Peter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 02, 2002 3:05 PM Subject: [PHP] Dealing

Re: [PHP] Dealing with XML charsets

2002-07-02 Thread Clay Loveless
I haven't tried this myself yet, but will soon be facing a similar need. http://www.php.net/iconv That's probably the way I'll start off on tackling this problem ... Grab your XML document, check to see if it's in windows-1252, and if it is, run it through the iconv functions, then parse the