RE: Encoding support

2005-03-18 Thread david_n_bertoni
> Thanks much for your reply, I still have a few more questions: > > Do you mean that I got the source code for xerces-c and ICU and then > build the projects myself? > Do I need to modify any source code? > Once I have the xerces-c and ICU ready, I can just include them in my > projects and I s

RE: Encoding support

2005-03-18 Thread Xiaofan Zhou
should be able to handle xml files in say Chinese GB encoding et cetera, right? Thanks much. Frank -Original Message- From: Christian Will [mailto:[EMAIL PROTECTED] Sent: Thursday, March 17, 2005 9:17 PM To: xerces-c-dev@xml.apache.org Subject: Re: Encoding support Hi Frank, you can

Re: Encoding support

2005-03-17 Thread Christian Will
Hi Frank, you can build Xerces-C stand-alone or using ICU. With ICU you get support for over 180 diffrent encodings and/or local specific message support. take a look: http://xml.apache.org/xerces-c/build-misc.html Regards, Christian Will On Thu, 17 Mar 2005 17:05:53 -0800 (PST), Frank Zhou <[

Encoding support

2005-03-17 Thread Frank Zhou
Hi, I would like to know many encodings are supported currently in xerces-c++, say version 2.6.0. The apache xerces-C++ FAQ site says it only support for ASCII, UTF-8, UTF-16 (Big/Small Endian), UCS4 (Big/Small Endian), EBCDIC code pages IBM037, IBM1047 and IBM1140 encodings, ISO-8859-1 (aka Latin

Cyrillic (KOI8-R) encoding support for Iconv transservice

2001-12-01 Thread Max Gotlib
Hi! I've got the additions (in form of patch against 1.5.1, but it will not be too hard to move towards current versions), that delivers support for transcoding the KOI8-R encoded documents within Iconv trans-service framework. Is there any interest for that staff ? -- Max. ---

IBM-1047 Encoding support

2001-10-25 Thread Wuebben, Anthony E. (LNG)
Why was IBM 1047 Transcoder removed from XERCES (2/17/200)? I'm running on Solaris and need to output my DOM tree in IBM-1047 for a ftp binary transfer to a IBM OS 390 platform. Is there a way I can get the old IBM1047 Transcoder code or should I start from scratch and write my own? Thanks Ton