Re: Xerces with ICU in linux

2005-03-21 Thread Jay Berkenbilt
Frank Zhou <[EMAIL PROTECTED]> wrote: > Hi all, > > I wonder if anyone has built xerces with ICU in linux > (for example, redhat), and if yes, would it be > possible to share the build scripts? I tried to use > packageBinaries.pl with some modifications but without &g

Xerces with ICU in linux

2005-03-21 Thread Frank Zhou
Hi all, I wonder if anyone has built xerces with ICU in linux (for example, redhat), and if yes, would it be possible to share the build scripts? I tried to use packageBinaries.pl with some modifications but without luck. Another question is that, once I have successfully built Xerces with ICU

Re: [jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-03-18 Thread Alberto Massari
Hi Veeren, the error message should be "Could not load a local code page transcoder", and it is reported by Xerces when the transcoding service fails to create the transcoder from Unicode to the local code page. Now, on Windows, only the ICU transcoder can fail to create, if the ucn

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-03-13 Thread Viren Shah
Hello Alberto We are facing a very and unexpected problem. We are using Windows 2000 Professional and compiling in Microsoft VC++(msdev). When we run the application or try to compile on Windows Xp we get the following error:   could not load local code page transcoder xml4c   We are not

building Xerces-C statically with a static ICU for transcoding

2005-02-18 Thread Bill Keicher
Title: building Xerces-C statically with a static ICU for transcoding Hey, I am building ICU statically to link with Xerces-C (also static) for transcoding messages on windows with VC7.1. Everything works fine so farhowever I am skeptical that it actually worked the way it should have

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-02-17 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1318?page=comments#action_59320 ] Alberto Massari commented on XERCESC-1318: -- Tobias, I think we are looking at different things here. By default, NONE of the projects shipped with Xerces has ICU

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-02-16 Thread Tobias Sager (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1318?page=comments#action_59305 ] Tobias Sager commented on XERCESC-1318: --- Thanks for your comments. Just to clarify: - Using the VC6 project files to build an ICU enabled build works correctly

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2005-02-16 Thread Mitch Oliver (JIRA)
owing: Download and install Cygwin for http://www.cygwin.com/. When you get a screen that has a bunch of categories, make sure zip is included. Download and install ActiveState Perl. Once the above is completed and you have downloaded and unzipped Xerces and ICU, you need to set up your environment. Op

[jira] Commented: (XERCESC-1337) DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000)

2005-02-07 Thread Alberto Massari (JIRA)
nough downloading the file http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-xerces/c/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp?rev=1.18 and save it over the copy of ICUTransService.cpp you have. Alberto > DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + >

[jira] Commented: (XERCESC-1337) DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000)

2005-02-05 Thread Leon Zhang (JIRA)
fix to that oldversion to verfiy? (I have tried sevral modification in http://cvs.apache.org/viewcvs.cgi/xml-xerces/c/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp?rev=1.18&view=log but still not find the exact one) Thanks®ards Leon > DOMMemTest fails with Segmentation vi

[jira] Commented: (XERCESC-1337) DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000)

2005-02-05 Thread Alberto Massari (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1337?page=comments#action_58621 ] Alberto Massari commented on XERCESC-1337: -- Could you try running against the latest sources from CVS? There was a fix in the ICU transcoder files since 2.6 was

[jira] Commented: (XERCESC-1337) DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000)

2005-02-04 Thread Leon Zhang (JIRA)
ion violation(xserces1.7 + ICU transcode + > windows2000) > > > Key: XERCESC-1337 > URL: http://issues.apache.org/jira/browse/XERCESC-1337 > Project: Xerces-C+

Questions about: DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000)

2005-02-04 Thread Leon Zhang
Hi, all When I run DOMMemTest testcase after build xerces with ICU trascode option, DOMMemTest always fails with Segmentation violation. I am not sure this is a DOMString bug or ICUTransService.cpp bug. According to current investigation, it seems that this is not a DOMString bug, since after

[jira] Updated: (XERCESC-1337) DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000)

2005-02-04 Thread Leon Zhang (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1337?page=history ] Leon Zhang updated XERCESC-1337: Attachment: DOMMemTest.cpp > DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + > windo

[jira] Commented: (XERCESC-1337) DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000)

2005-02-03 Thread Leon Zhang (JIRA)
changed to WIN32, no crash happen, I suspect codes related to ICU trancode. In addition, I found codes below in in DOmMemtest.cpp: { static char testStr[] = "This is our test string."; DOMString DOMTestStr = testStr; * char *roundTripString = DOMTestStr.trans

[jira] Created: (XERCESC-1337) DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000)

2005-02-03 Thread Leon Zhang (JIRA)
DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000) Key: XERCESC-1337 URL: http://issues.apache.org/jira/browse/XERCESC-1337 Project: Xerces-C

[jira] Commented: (XERCESC-1337) DOMMemTest fails with Segmentation violation(xserces1.7 + ICU transcode + windows2000)

2005-02-03 Thread Leon Zhang (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1337?page=comments#action_58588 ] Leon Zhang commented on XERCESC-1337: - Environment should be: windows2000 + xseces 1.7(/2.5) + ICU transcode > DOMMemTest fails with Segmentation violat

Re: Xerces work with ICU transcode

2005-01-06 Thread Gareth Reakes
Hey, It would be good if you could try with the current version. Cheers, Gareth Shouhua Wang wrote: I am using Xerces 2.5.0 with ICU 3.0, and have not try to latest 2.6.0 yet. -Original Message- From: Gareth Reakes [mailto:[EMAIL PROTECTED] Sent: 2005å1æ6æ 19:09 To: xerces-c-dev

RE: Xerces work with ICU transcode

2005-01-06 Thread Shouhua Wang
I am using Xerces 2.5.0 with ICU 3.0, and have not try to latest 2.6.0 yet. -Original Message- From: Gareth Reakes [mailto:[EMAIL PROTECTED] Sent: 2005å1æ6æ 19:09 To: xerces-c-dev@xml.apache.org Subject: Re: Xerces work with ICU transcode Hi, what version of xerces are you

Re: Xerces work with ICU transcode

2005-01-06 Thread Gareth Reakes
test failed at line, 266 Expected values : typename 'NMTOKENS', uri 'http://www.w3.org/2001/XMLSchema' Actual values : typename 'anySimpleType', uri 'http://www.w3.org/2001/XMLSchema' ... Does there something I missed while compile using ICU transco

Xerces work with ICU transcode

2005-01-06 Thread Shouhua Wang
i 'http://www.w3.org/2001/XMLSchema'Actual values   : typename 'anySimpleType', uri 'http://www.w3.org/2001/XMLSchema'   ...     Does there something I missed while compile using ICU transcode?

[jira] Resolved: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-04 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1320?page=history ] James Berry resolved XERCESC-1320: -- Resolution: Fixed questions have been answered; thanks Robert. Now resolving bug. > Support ICU Transcoding Service on

[jira] Commented: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-04 Thread Robert Buck (JIRA)
? No. e) Are you aware of any third-party licenses or other restrictions (such as related patents or trademarks) that could apply to your contribution? If so, what are they? No. > Support ICU Transcoding Service on Mac > -- > >

RE: [jira] Reopened: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-04 Thread Robert Buck
Just added it. Please take a look to make sure it is what you want. Thanks, >-Original Message- >From: James Berry (JIRA) [mailto:[EMAIL PROTECTED] >Sent: Monday, January 03, 2005 9:27 PM >To: Robert Buck >Subject: [jira] Reopened: (XERCESC-1320) Support ICU >Tran

Re: [jira] Reopened: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-03 Thread Jens Lauer
GROUP organiziQ.Clerk Server: SRVC01M --- Jens Lauer Ich bin abwesend bis 13.01.2005. Ihre Mail kann nicht bearbeitet werden.

[jira] Reopened: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-03 Thread James Berry (JIRA)
-archives.apache.org/eyebrowse/[EMAIL PROTECTED]&msgNo=4770. Sorry for the hassle. The questions/answers can just be added to this bug report. > Support ICU Transcoding Service on Mac > -- > > Key: XERCESC-1320 > URL: http:

Re: [jira] Resolved: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-03 Thread Jens Lauer
GROUP organiziQ.Clerk Server: SRVC01M --- Jens Lauer Ich bin abwesend bis 13.01.2005. Ihre Mail kann nicht bearbeitet werden.

[jira] Resolved: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-03 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1320?page=history ] James Berry resolved XERCESC-1320: -- Resolution: Fixed Fix Version: Nightly build (please specify the date) Patch applied. Please verify. Thank you! > Support ICU Transcod

[jira] Updated: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-03 Thread Robert Buck (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1320?page=history ] Robert Buck updated XERCESC-1320: - Attachment: icu.diff Attached diff. > Support ICU Transcoding Service on Mac > -- > > Key:

Re: [jira] Commented: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-01 Thread Jens Lauer
GROUP organiziQ.Clerk Server: SRVC01M --- Jens Lauer Ich bin abwesend bis 13.01.2005. Ihre Mail kann nicht bearbeitet werden.

[jira] Commented: (XERCESC-1320) Support ICU Transcoding Service on Mac

2005-01-01 Thread James Berry (JIRA)
[ http://issues.apache.org/jira/browse/XERCESC-1320?page=comments#action_57162 ] James Berry commented on XERCESC-1320: -- Robert, Thanks. I'd love to add support for ICU as a transcoder. Could you submit this in patch format please?

[jira] Updated: (XERCESC-1320) Support ICU Transcoding Service on Mac

2004-12-30 Thread Robert Buck (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1320?page=history ] Robert Buck updated XERCESC-1320: - Attachment: MacOSPlatformUtils.cpp Attached is the updated source file that works. > Support ICU Transcoding Service on

[jira] Created: (XERCESC-1320) Support ICU Transcoding Service on Mac

2004-12-30 Thread Robert Buck (JIRA)
Support ICU Transcoding Service on Mac -- Key: XERCESC-1320 URL: http://nagoya.apache.org/jira/browse/XERCESC-1320 Project: Xerces-C++ Type: Improvement Components: Utilities Versions: 2.6.0 Environment: Mac OS X

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-29 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1318?page=comments#action_57115 ] Alberto Massari commented on XERCESC-1318: -- Hi Tobias, the Windows project files (VC6, VC7 and VC7.1) by default use the Win32Transcoder, not the ICU one. If you

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-28 Thread Tobias Sager (JIRA)
7;. So I opened the VC7 project in MSDEV. This project does not have any reference to ICU (might "edit the project files" from above be the hint for my problem?) Opening the VC6 project (which is imported without problems) and building with ICU in path works fine then. > icu build with

[jira] Commented: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-28 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1318?page=comments#action_57095 ] Alberto Massari commented on XERCESC-1318: -- Hi Tobias, are you using the packageBinaries.pl script to modify the project file to use ICU as transcoder? Alberto

Re: [jira] Created: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-27 Thread Jens Lauer
GROUP organiziQ.Clerk Server: SRVC01M --- Jens Lauer Ich bin abwesend bis 13.01.2005. Ihre Mail kann nicht bearbeitet werden.

[jira] Created: (XERCESC-1318) icu build with VC7 project files does not work

2004-12-27 Thread Tobias Sager (JIRA)
icu build with VC7 project files does not work -- Key: XERCESC-1318 URL: http://nagoya.apache.org/jira/browse/XERCESC-1318 Project: Xerces-C++ Type: Improvement Components: Build Versions: 2.6.0 Environment

[jira] Updated: (XERCESC-1017) Samples will not run when built on Cygwin with ICU

2004-11-02 Thread Alberto Massari (JIRA)
[ http://nagoya.apache.org/jira/browse/XERCESC-1017?page=history ] Alberto Massari updated XERCESC-1017: - Priority: Major > Samples will not run when built on Cygwin with ICU > -- > >

Re: ICU 3.0 and Xerces

2004-09-15 Thread Alberto Massari
At 12.39 15/09/2004 -0400, Reyes Ponce wrote: Has anyone tried building Xerces with ICU 3.0 on Windows (VC 7.1)? I see a bug in Jira related to doing this with Cygwin, but that seems to be specific to ICU on that platform. Any chance that Xerces 2.6 will be tested with ICU 3.0? It looks like ICU

ICU 3.0 and Xerces

2004-09-15 Thread Reyes Ponce
Has anyone tried building Xerces with ICU 3.0 on Windows (VC 7.1)? I see a bug in Jira related to doing this with Cygwin, but that seems to be specific to ICU on that platform. Any chance that Xerces 2.6 will be tested with ICU 3.0

[jira] Commented: (XERCESC-1254) build on cygwin, with icu. erorr: conflicting types for `typedef int uint32_t'

2004-08-16 Thread xerces-c-dev
The following comment has been added to this issue: Author: David Bertoni Created: Mon, 16 Aug 2004 9:30 AM Body: This is really an ICU issue, so you will get a much faster response if you post to the ICU mailing list

[jira] Created: (XERCESC-1254) build on cygwin, with icu. erorr: conflicting types for `typedef int uint32_t'

2004-08-16 Thread xerces-c-dev
: - Key: XERCESC-1254 Summary: build on cygwin, with icu. erorr: conflicting types for `typedef int uint32_t' Type: Bug Status: Unassigned Priority: Major Project: Xerces-C++ Components: Build Versions: 2.5.0 Assignee: Rep

[jira] Resolved: (XERCESC-1186) Makefile.incl link lines and lib names incorrect for ICU

2004-07-22 Thread xerces-c-dev
/XERCESC-1186 Here is an overview of the issue: - Key: XERCESC-1186 Summary: Makefile.incl link lines and lib names incorrect for ICU Type: Bug Status: Resolved Resolution: FIXED Project: Xerces-C

DO NOT REPLY [Bug 28162] - Makefile.incl link lines and lib names incorrect for ICU

2004-04-02 Thread bugzilla
gzilla/show_bug.cgi?id=28162 Makefile.incl link lines and lib names incorrect for ICU --- Additional Comments From [EMAIL PROTECTED] 2004-04-02 16:14 --- Created an attachment (id=11105) Makefile.incl - To unsubscribe,

DO NOT REPLY [Bug 28162] - Makefile.incl link lines and lib names incorrect for ICU

2004-04-02 Thread bugzilla
gzilla/show_bug.cgi?id=28162 Makefile.incl link lines and lib names incorrect for ICU [EMAIL PROTECTED] changed: What|Removed |Added Severity|Normal |B

DO NOT REPLY [Bug 28162] New: - Makefile.incl link lines and lib names incorrect for ICU

2004-04-02 Thread bugzilla
gzilla/show_bug.cgi?id=28162 Makefile.incl link lines and lib names incorrect for ICU Summary: Makefile.incl link lines and lib names incorrect for ICU Product: Xerces-C++ Version: 2.5.0 Platform: Other OS/Version: Other Statu

DO NOT REPLY [Bug 25215] - ./util/Transcoders/ICU/ICUTransService.cpp compile errors

2003-12-04 Thread bugzilla
gzilla/show_bug.cgi?id=25215 ./util/Transcoders/ICU/ICUTransService.cpp compile errors [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RE

DO NOT REPLY [Bug 25215] New: - ./util/Transcoders/ICU/ICUTransService.cpp compile errors

2003-12-04 Thread bugzilla
gzilla/show_bug.cgi?id=25215 ./util/Transcoders/ICU/ICUTransService.cpp compile errors Summary: ./util/Transcoders/ICU/ICUTransService.cpp compile errors Product: Xerces-C++ Version: 2.3.0 Platform: Sun OS/Version: S

DO NOT REPLY [Bug 23527] - Samples will not run when built on Cygwin with ICU

2003-11-21 Thread bugzilla
gzilla/show_bug.cgi?id=23527 Samples will not run when built on Cygwin with ICU --- Additional Comments From [EMAIL PROTECTED] 2003-11-21 16:47 --- Very sorry to say that ICU did not run under CygWin as you said. Sample program returned: "The application failed to initialize properly

DO NOT REPLY [Bug 23527] - Samples will not run when built on Cygwin with ICU

2003-11-14 Thread bugzilla
gzilla/show_bug.cgi?id=23527 Samples will not run when built on Cygwin with ICU --- Additional Comments From [EMAIL PROTECTED] 2003-11-15 06:32 --- I'm getting segmentation faults when trying to run the ICU samples. Do the ICU samples work for you? I hadn't realized that ICU bui

DO NOT REPLY [Bug 23413] - Updates to packageBinaries.pl to copy scripts and improve icu copying

2003-10-10 Thread bugzilla
gzilla/show_bug.cgi?id=23413 Updates to packageBinaries.pl to copy scripts and improve icu copying [EMAIL PROTECTED] changed: What|Removed |Added Status|RE

DO NOT REPLY [Bug 23413] - Updates to packageBinaries.pl to copy scripts and improve icu copying

2003-10-10 Thread bugzilla
gzilla/show_bug.cgi?id=23413 Updates to packageBinaries.pl to copy scripts and improve icu copying [EMAIL PROTECTED] changed: What|Removed |Added Stat

DO NOT REPLY [Bug 23527] New: - Samples will not run when built on Cygwin with ICU

2003-09-30 Thread bugzilla
gzilla/show_bug.cgi?id=23527 Samples will not run when built on Cygwin with ICU Summary: Samples will not run when built on Cygwin with ICU Product: Xerces-C++ Version: Nightly build (please specify the date) Platform: PC OS/Version: Windows

DO NOT REPLY [Bug 23413] - Updates to packageBinaries.pl to copy scripts and improve icu copying

2003-09-25 Thread bugzilla
gzilla/show_bug.cgi?id=23413 Updates to packageBinaries.pl to copy scripts and improve icu copying --- Additional Comments From [EMAIL PROTECTED] 2003-09-25 14:26 --- Created an attachment (id=8349) Proposed patch --

DO NOT REPLY [Bug 23413] New: - Updates to packageBinaries.pl to copy scripts and improve icu copying

2003-09-25 Thread bugzilla
gzilla/show_bug.cgi?id=23413 Updates to packageBinaries.pl to copy scripts and improve icu copying Summary: Updates to packageBinaries.pl to copy scripts and improve icu copying Product: Xerces-C++ Version: Nightly build (please specify th

Re: build problem with icu

2003-09-25 Thread Gareth Reakes
this is fixed in cvs. On Thu, 25 Sep 2003, Thomas Porschberg wrote: > The problem was the two comma before the second parameter > of the method. Problem solved. > Thomas > > On Thu, Sep 25, 2003 at 10:01:31AM +0200, Alberto Massari wrote: > > At 08.48 25/09/2003 +0200, Thomas Porschberg wrote:

Re: build problem with icu

2003-09-25 Thread Thomas Porschberg
The problem was the two comma before the second parameter of the method. Problem solved. Thomas On Thu, Sep 25, 2003 at 10:01:31AM +0200, Alberto Massari wrote: > At 08.48 25/09/2003 +0200, Thomas Porschberg wrote: > >Hi, > > > >[...] > > > >static XMLCh* convertToXMLCh( const UChar* const toConve

Re: build problem with icu

2003-09-25 Thread Alberto Massari
At 08.48 25/09/2003 +0200, Thomas Porschberg wrote: Hi, [...] static XMLCh* convertToXMLCh( const UChar* const toConvert, , MemoryManager* const manager = 0) //line 130 { const unsigned int srcLen = u_strlen(toConvert); XMLCh* retBuf = (manager) ? (XMLC

build problem with icu

2003-09-24 Thread Thomas Porschberg
Hi, I tried to build xerces_2_3_0 on a linux machine with icu support. I use "gcc version 3.3 20030226". I configured with: runConfigure -plinux -cgcc -xg++ -minmem -nsocket -ticu -rpthread and later get on compile error: g++ -fPIC -DLINUX -D_REENTRANT -c -I/opt/software/xerces-c

Using ICU for supporting other encodings

2003-06-12 Thread Ashay
Hi, I am using Xerces2.2 and Xalan 1.5. I need my application to support encodings other than what are supported by Xerces. To achieve this, I have downloaded ICU package and have rebuilt Xerces with it. My question is what code changes do I need to make for supporting other encodings like

DO NOT REPLY [Bug 20584] - failed to build xerces-c++ with ICU

2003-06-08 Thread bugzilla
gzilla/show_bug.cgi?id=20584 failed to build xerces-c++ with ICU [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 20584] New: - failed to build xerces-c++ with ICU

2003-06-08 Thread bugzilla
gzilla/show_bug.cgi?id=20584 failed to build xerces-c++ with ICU Summary: failed to build xerces-c++ with ICU Product: Xerces-C++ Version: 2.3.0 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority:

DO NOT REPLY [Bug 2730] - Can't build xerces-c-1.5.1 with ICU

2003-01-10 Thread bugzilla
gzilla/show_bug.cgi?id=2730 Can't build xerces-c-1.5.1 with ICU [EMAIL PROTECTED] changed: What|Removed |Added Status|RESOLVED

RE: Xerces-C, ICU, and Mac OSX

2002-11-21 Thread Robert Buck
Actually this is even easier than you think as ICU is already supported on Mac OSX. :) I'll see if I can do this work sometime in February 2003. Bob > -Original Message- > From: James Berry [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 20, 2002 11:34 PM >

Re: Xerces-C, ICU, and Mac OSX

2002-11-20 Thread James Berry
Hi Robert, Your statement is true. The Mac OS X builds don't support ICU. Apple's Unicode support is very good, so there hasn't been a call for ICU. But you're welcome to submit a patch...it probably wouldn't be too much work, at least for the command line build. As

Xerces-C, ICU, and Mac OSX

2002-11-20 Thread Robert Buck
>From what I am seeing, it appears that on MacOSX Xerces-C does not support use of ICU instead of native transcoders. Is this correct? If so, is this going to change any time soon? I'd really prefer to ship Xerces-C on all platforms using I

DO NOT REPLY [Bug 7763] New: - final memory cleanup for ICU transcoder

2002-04-05 Thread bugzilla
gzilla/show_bug.cgi?id=7763 final memory cleanup for ICU transcoder Summary: final memory cleanup for ICU transcoder Product: Xerces-C++ Version: 1.7.0 Platform: All OS/Version: All Status: NEW Severity: Normal Priority:

Re: final memory cleanup for ICU transcoder

2002-04-05 Thread Tinny Ng
Subject: final memory cleanup for ICU transcoder > Hello people, > > There is a small piece of code utilizing lazily allocated data clean-up > appeared in last versions of ICU library. Although it is not a vital > improvement I hope this helps to fight actual memory leaks. > > >

final memory cleanup for ICU transcoder

2002-04-04 Thread Maxim Volkonovsky
Hello people, There is a small piece of code utilizing lazily allocated data clean-up appeared in last versions of ICU library. Although it is not a vital improvement I hope this helps to fight actual memory leaks. Index: xerces_1_7/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp diff -c

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-20 Thread Alper Ozer
third party xml parser components for borland and hopefully I'll choose the best. Thank you very much again Don :) - Özgün Ileti - Kimden: "Don Mastrovito" <[EMAIL PROTECTED]> Kime: <[EMAIL PROTECTED]> Gönderme tarihi: 18 Mart 2002 Pazartesi 13:49 Konu: Re: Xer

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-18 Thread Don Mastrovito
.turbopower.com/products/XMLPartner/ Of course, MSXML works quite nicely too. You only have to import the type library and you're off and running. If your primary goal is to use ICU, then all else is dependent upon it and you've really limited your options. Don At 12:53 AM 3/18/2002 +020

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-17 Thread Alper Ozer
Thanks for your tips Don :), But I want to use ICU with Xerces xml parser. Considering this, I think, I have no choice for using Unicoded xml parser without icu. By the way, do you know any xml parser with unicode support and supported in bcb ide. I know clx has some kind of xml support but I

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-15 Thread Don Mastrovito
Alper, I forgot to mention that in addition to third party components, the CLX framework introduced by D6 and BCB6 supports UNICODE. CLX is the cross platform (Windows and Linux) replacement for the VCL that utilizes native UNICODE visual controls. Don --

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-15 Thread Don Mastrovito
;lists, there is no evidence(any other supplemental library instead of icu) >against former conclusion. Therefore, I think, I have to convert project to >vc++. > >Thanks for your support and time. > >- Özgün Ileti - >Kimden: "Herb Chong" <[EMAIL PROTECTED]> &

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-15 Thread taraben . a
You can't mix the obj files between CBuilder and VC :-( CBuilder can handle widestrings but the GUI (VCL) does not handle that in TEdit, TLabel etc. Adib. Alper Ozer wrote: > If I build icu source in vc++, can I use object files and header files > from builder ? (I think, I&#x

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-14 Thread Alper Ozer
As far as I understand, a true xml based unicode development on c++ builder seems hard and challenging :( I searched borland site and other mailing lists, there is no evidence(any other supplemental library instead of icu) against former conclusion. Therefore, I think, I have to convert project

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-14 Thread Herb Chong
you will have to build ICU from scratch. since they do not have a Borland distribution, you will have to do the port yourself. compiling the modules isn't the hard part, it's running the programs to generate the data files needed by ICU. go over to the ICU mailing list and ask your

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-14 Thread Alper Ozer
If I build icu source in vc++, can I use object files and header files from builder ? (I think, I've read it in an IBM's mailing list) Thanks for your reply :) - Özgün Ileti - Kimden: "Herb Chong" <[EMAIL PROTECTED]> Kime: <[EMAIL PROTECTED]&g

Re: Xerces c++ parser + icu + borland c++ builder ??

2002-03-14 Thread Herb Chong
at the risk of being obvious, you need to get a Borland version of ICU built. i've tried periodically but never had enough time to finish and test the results to see if it worked.

Xerces c++ parser + icu + borland c++ builder ??

2002-03-14 Thread Alper Ozer
    Hi,       I've developing an application which use xerces c++ parser. In addition, I need to use ICU library. My development platform is Borland C++ Builder 5. I have worked with with xerces parser well but I couldn't find a way to integrate icu with xerces and c++ builder. A

ICU MsgLoader on AIX

2002-03-12 Thread ahuber3
Hi, I compiled xerces-c using the ICU MsgLoader option. What do I need to do to generate the message file? Are the messages stored in a message file in the first place, or are they somehow compiled into the xerces-c library? The ICU message loader is trying to load a resource bundle "

DO NOT REPLY [Bug 4873] - ICU 2.0 breaks Xerces 1.5.2 build

2001-11-23 Thread bugzilla
gzilla/show_bug.cgi?id=4873 ICU 2.0 breaks Xerces 1.5.2 build [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Reso

DO NOT REPLY [Bug 4873] - ICU 2.0 breaks Xerces 1.5.2 build

2001-11-14 Thread bugzilla
gzilla/show_bug.cgi?id=4873 ICU 2.0 breaks Xerces 1.5.2 build --- Additional Comments From [EMAIL PROTECTED] 2001-11-14 10:54 --- Note this change will need to be ICU 2.0-specific since changing void* to const void* will not work with older ICU versions. A macro like ICU_VERSION may be

DO NOT REPLY [Bug 4873] New: - ICU 2.0 breaks Xerces 1.5.2 build

2001-11-14 Thread bugzilla
gzilla/show_bug.cgi?id=4873 ICU 2.0 breaks Xerces 1.5.2 build Summary: ICU 2.0 breaks Xerces 1.5.2 build Product: Xerces-C++ Version: 1.5.2 Platform: All OS/Version: Other Status: NEW Severity: Critical Priority:

RE: Compiling 1.5.2 with ICU 1.8.1

2001-10-31 Thread Richardella, Anthony
I'm using ICU 1.8.1. 2.0 is due mid November. Anthony -Original Message- From: Herb Chong [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 10:27 AM To: [EMAIL PROTECTED] Subject: Re: Compiling 1.5.2 with ICU 1.8.1 which version of ICU are you using? files and dire

Re: Compiling 1.5.2 with ICU 1.8.1

2001-10-31 Thread Herb Chong
which version of ICU are you using? files and directory structure in ICU changed between 1.6 and 1.7 and continues forth into 2.0, due any day now. Herb

Re: Can't build xerces-c-1.5.1 with ICU

2001-09-02 Thread Jason E. Stewart
[EMAIL PROTECTED] writes: > ! To get this to compile with ICU 1.8: > ! > ! replace: > ! UnicodeString keyVal(keyStr); > ! const UnicodeString* msgString = fBundle->getStringEx(keyVal, err); > ! > ! if (!msgString) > ! return false; > ! > !

[DO NOT REPLY: Bug 2730] Can't build xerces-c-1.5.1 with ICU

2001-09-02 Thread bugzilla
to compile with ICU 1.8: ! ! replace: ! UnicodeString keyVal(keyStr); ! const UnicodeString* msgString = fBundle->getStringEx(keyVal, err); ! ! if (!msgString) ! return false; ! ! with: ! ! UnicodeString msgString = fBundle->getStringEx(XMLString::transcode(keyStr),

Re: compiling ICU on linux (not)

2001-09-02 Thread Jason E. Stewart
"Jason E. Stewart" <[EMAIL PROTECTED]> writes: > Hey All, > > I get the following errors compiling on linux (2.4.8), with gcc > (2.95.4) According to: http://marc.theaimsgroup.com/?l=xerces-c-dev&m=97158781207970&w=2 These errors have been around since Xerces 1.3.0 jas.

compiling ICU on linux (not)

2001-09-02 Thread Jason E. Stewart
rmUtils.cpp ./util/Platforms/Tandem/TandemPlatformUtils.cpp and ICUMsgLoader.cpp: In method `bool ICUMsgLoader::loadMsg(unsigned int, XMLCh *, long unsigned int)': ICUMsgLoader.cpp:148: no matching function for call to `ResourceBundle::getString (UnicodeString &, UErrorCode &)'

RE: ICU 1.8.1

2001-08-13 Thread David_N_Bertoni
CSCIO" To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> cc: (bcc: David N Bertoni/CAM/Lotus)

RE: ICU 1.8.1

2001-08-13 Thread Flaim, Brian J, CSCIO
thx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 6:03 PM To: [EMAIL PROTECTED] Subject: RE: ICU 1.8.1 By the way, the proper discussion for the _Java_ version of Xerces is [EMAIL PROTECTED

RE: ICU 1.8.1

2001-08-13 Thread Joseph_Kesselman
By the way, the proper discussion for the _Java_ version of Xerces is [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: ICU 1.8.1

2001-08-13 Thread Joseph_Kesselman
>The JDK 1.1.8 compiler I am using can't seem to find simple base packages >like java.lang.Object and java.io, etc. Can you compile other Java code, such as a simple "hello world" program? This sounds like a messed up compiler installation/configuration. I may be confused, but I seem to remembe

RE: ICU 1.8.1

2001-08-13 Thread Flaim, Brian J, CSCIO
some light on this for me? Thanks, Brian -Original Message- From: Herb Chong [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 5:46 PM To: [EMAIL PROTECTED] Subject: Re: ICU 1.8.1 i had to change the library names in the Xerces build procedure and the assumptions about where the

Re: ICU 1.8.1

2001-08-13 Thread Herb Chong
i had to change the library names in the Xerces build procedure and the assumptions about where they are located relative to other parts of the ICU directories. i think that was it. i did it quickly with XercesC 1.4 and ICU 1.7 just to check that it worked. figure on less than a day's wo

Re: ICU 1.8.1

2001-08-13 Thread Nikita Sawant
Hi Herb, Is it possible to build with ICU 1.8.1 by making changes to the build environment or are the changes involved much more complicated ?? Thanks, Nikita Herb Chong wrote: > ICU 1.7 and 1.8 changed its naming conventions. you need Xerces 1.5 to work > with the newer ICU ve

Re: ICU 1.8.1

2001-08-13 Thread Herb Chong
ICU 1.7 and 1.8 changed its naming conventions. you need Xerces 1.5 to work with the newer ICU versions. Herb... Nikita Sawant

ICU Message Loader fails to compile.

2001-08-09 Thread Daniel Crown
Hi, I'm trying to build Xerces-1.4 with ICU 1.6, and I'm having some problems including the ICU message loader. Please note that I performed the build _exactly_ as it is specified on the docs and I tried to compile all the things on two separate servers with different Linux versions (

  1   2   >