Several people have been trying to print Non-ASCII characters to the
Windows console.
Beside having the encoding right, you need two things:
1. You need the right Code Page
"chcp 65001" is supposed to work and usually does
2. The console font must support the characters. It needs ALL Hebrew
Unicode characters.
I've found that "Everson Mono Unicode" seems to be one of the few
Unicode fonts
that works on the console. (See many articles showing how to add
console fonts using the
registry.) It is shareware but I found a free download at (http://
www.mediafont.com/font-10432-everson_mono_unicode.html)
I have been able to print both Greek and Hebrew to the console using
this setup. However, I did a lot of thrashing to get to this point.
I would like to see more Mono Unicode fonts that work on the console.
One would think Microsoft should come to the rescue. No money in it I
guess.