Nothing happens when you redirect (no output, but not exception
either)
The implementation I used in my (abandoned :-) library was using
- WriteConsole without redirect
- Java.out (with Java.setOut("utf-8") first) for redirected output
(hence the need for isatty)
Mihai