I found an old mail we have with Vincent. There are 2 solutions to resolve this problem : - Use the font "Lucida Console" and use the code page 1252 : chcp 1252 (The default is 850 - in France) - Give to the jvm the codepage to use : -Dfile.encoding=Cp850 The best solution could be to find the codepage used in the console and pass it to the jvm. But actually I don't find how to get the codepage in a windows batch. I'll try to investigate. If anyone have an idea .... Arnaud
On 5/25/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > Isn't this just an incompatibility between what locale you have set and > what your console supports? Or is this what ant:exec munges it into? > > This patch also came from Vincent Siveton: Vincent, can you confirm it > works as you expected after I applied it? > > Thanks, > Brett > > Arnaud HERITIER wrote: > > >Hi, > > > >I'm not sure if it is a good idea to use characters with accent : > > > > > > [exec] LA CONSTRUCTION A ╚CHOU╚ > > [exec] Fichier... D:\Work\Dev\apache-maven-1.1\core\trunk\maven.xml > > [exec] ╚lement... maven:maven > > > >I have some weird characters ... > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
