Details
Description
Xerces 2.1 does not build with ICU4C 2.4 because it uses long-obsolete APIs
("Unicode" class) that have been #ifdef'ed in ICU4C 2.4.
I have modified ICUTransService.cpp to make it work - a fairly simple patch. I
also replaced the case-insensitive comparison function implementations with
simple calls to existing ICU APIs that should be at least as fast.
I have the source file available, marked up with comments with ### and my name
for easy diffing. Please send me an email at markus.scherer (at) us.ibm.com and
I will send it to you.
Best regards,
markus
(ICU4C project lead)