On 2009-09-01, Justin Case <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to