зеркало из https://github.com/microsoft/DbgShell.git
Set Console.OutputEncoding to Unicode.
This allows "[Console]::WriteLine( [char] 0x2026 )" to work just as well as "[char] 0x2026".
This commit is contained in:
Родитель
2627cd6fe7
Коммит
07485ef29c
|
@ -54,6 +54,8 @@ namespace MS.DbgShell
|
|||
|
||||
static int Main( string[] args )
|
||||
{
|
||||
Console.OutputEncoding = Encoding.Unicode;
|
||||
|
||||
//
|
||||
// We've got four possibilities:
|
||||
//
|
||||
|
|
Загрузка…
Ссылка в новой задаче