You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Rebhan, Gilbert" <Gi...@huk-coburg.de> on 2005/12/29 17:15:37 UTC

echoproperties and umlauts

Hi,

i'm dumping a xmlproperty file to a file =

<xmlproperty file="${ant.working.dir}/props.xml"/>

<!-- dumping to tempfile -->
<echoproperties prefix="" destfile="temp.txt" />

Problems = 
1.
the xmlproperty file contains a multilineproperty
that contains german umlauts (ä,ü,ö and ß)

Now the textfile contains, i.e
\u00DF instead of ß
\u00FC instead of ü

and so on

2.
the linefeeds of the multilineproperty appear as \n\n
the multi lines are all written on one line

Question =

How to achieve that the properties are dumped as
they are - mulitline and with umlauts ?

Any hints ?

Regards, Gilbert

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