Jonathan McDowell wrote:
> 
> On Mon, Nov 15, 1999 at 11:33:36AM +0000, Michael Mason wrote:
> > Dirk-Willem van Gulik wrote:
> > >
> > > > libxerces-c1_0.so: undefined reference to `wcscasecmp'
> > > > libxerces-c1_0.so: undefined reference to `wcsncasecmp'
> > > >
> > > I ran into the same on Free/Net/Open - BSD (i) and SCO here. I guess we
> > > might have to add some wrapper code for these.
> >
> > Ah, yes. Jon McDowell who's been doing some ICU (needed for XML4C)
> > porting to FreeBSD (from the original IBM source) had this problem
> > initially. I'll bend his ear about it.
> 
> I've started having a look at the whole thing now, but the WCS library
> I'm using doesn't seem to have the wcs(n)casecmp variants, just
> wcs(n)cmp.
> 
> J.

We just updated the code to not use the system functions for
case insensitive wide-character string comparisions, rather we rolled
in our implementation. This fix should work on all platforms.

rahul

Reply via email to