Is there a way to write Hebrew in a Windows console?
I tried the following:
Console.OutputEncoding = new UTF8Encoding(false); Console.WriteLine("\u05D0\u05D1"); Console.ReadLine();
but instead of "ΧΧ" he spells some other Unicode character that is not in the Jewish ABC.
Any ideas why?
Alon gubkin
source share