Re: i18n WAS: svn commit: r178137

2005-05-25 Thread Arnaud HERITIER
Hi ... I tried that Brett said, without success. Here is a dummy bat file: MODE CON[:] CP SELECT=yyy echo %yyy% Brett wanted to say : MODE CON CP SELECT=850 It is similar to chcp. I don't like the idea to use MAVEN_OPTS because I'll forget it each time I use a different environment. I

RE: i18n WAS: svn commit: r178137

2005-05-25 Thread Vincent Siveton
ROTECTED] > Sent: Wednesday, May 25, 2005 5:21 AM > To: Maven Developers List > Subject: Re: i18n WAS: svn commit: r178137 > > Arnaud HERITIER wrote: > > >I found an old mail we have with Vincent. > > There are 2 solutions to resolve this problem : > > - Use the font &

Re: i18n WAS: svn commit: r178137

2005-05-25 Thread Brett Porter
Arnaud HERITIER wrote: 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

Re: i18n WAS: svn commit: r178137

2005-05-25 Thread Arnaud HERITIER
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