From James.Thaxton at VerizonWireless.com Mon Aug 5 20:32:44 2013 From: James.Thaxton at VerizonWireless.com (Thaxton, James) Date: Mon, 05 Aug 2013 18:32:44 -0000 Subject: [Expat-discuss] Expat 64-big Compilation on Solaris Message-ID: <3c86zJ5ZZSz7LnY@mail.python.org> Hi! Not sure who to send this email to. I need to get a 64-bit version of Expat for the Solaris environment. Having difficulty. I obtained a copy of Expat from SourceForge. However, its 32-bit. Can someone point me to where I can get a 64-bit version of Expat for Solaris? Thanks, James Thaxton Verizon Wireless From James.Thaxton at VerizonWireless.com Mon Aug 5 20:35:13 2013 From: James.Thaxton at VerizonWireless.com (Thaxton, James) Date: Mon, 05 Aug 2013 18:35:13 -0000 Subject: [Expat-discuss] Expat 64-big Compilation on Solaris Message-ID: <3c87292pFDz7Lm5@mail.python.org> Hi! Not sure who to send this email to. I need to get a 64-bit version of Expat for the Solaris environment. Having difficulty. I obtained a copy of Expat from SourceForge. However, its 32-bit. Can someone point me to where I can get a 64-bit version of Expat for Solaris? Thanks, James Thaxton Verizon Wireless From marco.maggi-ipsu at poste.it Sun Aug 25 11:06:32 2013 From: marco.maggi-ipsu at poste.it (Marco Maggi) Date: Sun, 25 Aug 2013 11:06:32 +0200 Subject: [Expat-discuss] how to support GBK encoding In-Reply-To: (Lee Rick's message of "Wed, 10 Jul 2013 17:20:46 +0800") References: Message-ID: <87k3ja2l7r.fsf@governatore.luna> Lee Rick wrote: > I encountered a issue.When I parse the xml with GBK > encoding, some can be parsed,some can not be parsed, how > to make it support the all GBK encoding xml file? GBK is not an Expat's built-in encoding; you should read the relevant documentation sections[1][2], and see if Expat's API can be adapted for GBK. Notice that the "iconv()" API supports the GBK encoding, so you can use it in a first-stab solution to see how it goes. You can take my untested Gist[4] as starting point (if possible, let me know if it works). [1] [2] [3] [4] -- Marco Maggi From janezz55 at gmail.com Wed Aug 28 15:07:41 2013 From: janezz55 at gmail.com (janezz55 .) Date: Wed, 28 Aug 2013 15:07:41 +0200 Subject: [Expat-discuss] Expat 64-big Compilation on Solaris In-Reply-To: <3c87292pFDz7Lm5@mail.python.org> References: <3c87292pFDz7Lm5@mail.python.org> Message-ID: I suggest you compile your own 64-bit version. Expat is very portable. 2013/8/5 Thaxton, James > Hi! > > Not sure who to send this email to. I need to get a 64-bit version of > Expat for the Solaris environment. Having difficulty. I obtained a copy > of Expat from SourceForge. However, its 32-bit. Can someone point me > to where I can get a 64-bit version of Expat for Solaris? > > Thanks, > James Thaxton > Verizon Wireless > _______________________________________________ > Expat-discuss mailing list > Expat-discuss at libexpat.org > http://mail.libexpat.org/mailman/listinfo/expat-discuss >