Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Displaying Hebrew text in a console

How to add a new font to the console (win7), and where can I find the right font in hebrew?

I've already checked this, but it didn't help.

Thanks.

like image 792
Dani Avatar asked May 17 '10 19:05

Dani


3 Answers

There is another alternative console - ConEmu (open source too). It may be more useful for you.

I'm an author of this utility.

Here is a short list of its advantages: proportional and bdf fonts support, ANSI X3.64 and Xterm 256 colors, run simple GUI apps in tabs, text search in console, configurable status bar, optional settings (e.g. pallette) for selected applications...

like image 168
Maximus Avatar answered Nov 18 '22 00:11

Maximus


In case you just want it for short testing purposes while debugging, just use Debug.WriteLine that does support unicode (tested with heb chars only).
This will enable you to get some sort of output while debugging the program.

like image 3
Shimmy Weitzhandler Avatar answered Nov 17 '22 23:11

Shimmy Weitzhandler


Just download console2. It's an alternative console for Windows.

like image 2
Dani Avatar answered Nov 17 '22 23:11

Dani