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 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 ....
"help mode" shows:
Select code page: MODE CON[:] CP SELECT=yyy
(still there from when I needed it in dos 3.3!)
or, you could put the encoding in MAVEN_OPTS
- Brett
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]