On 2010-07-01, Carlos Garcés wrote:

> There is other way to represent the null char on ant script?

Unfortunately there isn't - and you can't even legally add a NUL
character to any XML file either (for example � would be invalid).

A custom filter (maybe a scriptfilter using JavaScript) would work, but
I'm afraid you can't configure any of the configured filters to skip
NULs.

It may be a nice enhancement if Ant's "backslash interpretation"
understood Java's unicode escapes so you could write \u0000.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to