On Thu, 21 Feb 2002, Paul Smiley <[EMAIL PROTECTED]> wrote: > I changed my files (I believe) to UTF8 and added a > 'encoding=\"UTF8\"' flag to javac in Ant.
Java calls it UTF8 while XML calls it UTF-8 with a dash. Are your java source files UTF encoded as well? If so, you may need to set the encoding attribute of the <javac> task. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
