- You should specify unicode content in the XML as valid XML content, not escaped \u0123 style.

-The <java> task and things that use it set up the command line; there's a risk that it could get in the way and not preserve high unicode content. If so, its something we need to test for

-A more reliable way of passing data down to your app could be for Ant to pass down the name of a .properties file, a file loaded explicitly by the application with Properties.load() . Even better, use the XML format for properties and load with with properties.loadXML(). This would take the command line and ant out of the loop and be more likely to work

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to