Title: Message Title
Dan Tran commented on an issue
Mojo's Exec Maven Plugin / Improvement MEXEC-121
Use java.io.Console for output if available
exec-maven-plugin pipes the output of the executable directly to System.out, which doesn't take into account the character set of the console.

For example, on Windows, if the executable outputs UTF-8 then those UTF-8 bytes are passed directly to System.out, but the DOS character set is Cp437, resulting in potential garbled output of non-ascii character...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to