On 2009-09-01, Justin Case <send_lotsa_spam_h...@yahoo.com> wrote:

> I have Ant 1.7.0 running on a GERMAN Windows XP. The thing has also
> filenames with UMLAUTS in the name. Now, I can't get even the below
> minimal example to correctly print the umlauts,

This is because cmd.exe uses a different encoding from the rest of your
OS.  If you redirect Ant's output to a file (using -logfile) does it
look correctly when opened with notepad?

> regardless of the encoding I specify in the XML (which I think applies
> only to the XML parser anyway).

This is true.

Stefan

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

Reply via email to