Goffena, Robert wrote:
What version of ICU is the trunk capable of using?

http://svn.apache.org/repos/asf/xalan/c/trunk
If you plan to use the ICU message loader, as well as for the number-format function and collation, you need 3.2.1 or earlier.

If you just want to use ICU integration for the number-format function and for collation, you can use any version.

For Windows:

To use the ICU for the former, use the XalanICU solution.

To use the ICU for the latter, use the Xalan solution, and choose one of the "with ICU" configurations.

For the runConfigure platforms:

Export XALAN_USE_ICU in your shell, and choose either the "inmem", "icu", or "nls" message loader, using the "-m" option. I recommend you use the "inmem" option, unless you really plan to localize all of the error messages.

At some point, I will try to update the build scripts so we can support message loading with newer versions of the ICU, but it's not a high priority.

Dave

Reply via email to