You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Marc Lustig <ml...@marclustig.com> on 2007/05/02 11:12:17 UTC

Problem using special chars in

Hi,
I have a classical problem but did not found a solution:

on windows, <echo>über</echo> produces "³ber"

Since we use Ant 1.7 I tried using the encoding attribute, but it doesn't help.

Any suggestion?

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


RE: Problem using special chars in

Posted by "Rebhan, Gilbert" <Gi...@huk-coburg.de>.
 
Hi,


-----Original Message-----
From: aringa9@googlemail.com [mailto:aringa9@googlemail.com] On Behalf Of Marc Lustig
Sent: Wednesday, May 02, 2007 11:12 AM
To: user@ant.apache.org
Subject: Problem using special chars in <echo>

/*
Hi,
I have a classical problem but did not found a solution:

on windows, <echo>über</echo> produces "³ber"

Since we use Ant 1.7 I tried using the encoding attribute, but it doesn't help.

Any suggestion?
*/

a classical solution =

NEVER use Ä,,Ö,ö,Ü,ü,ß but 
Ae,ae,Oe,oe,Ue,ue,ss instead ;-)

Regards, Gilbert

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