Home

[Bug] Unicode is not supported when using LINQPad 6 Util.Cmd

For this code:

Util.Cmd("echo 你好");

The output is:

���

Expected result:

你好
  • Environment info:
    Windows 10.0.19042.685
    .NET Core 5.0.1
    LINQPad 6.12.2

  • Note: works fine in LINQPad 5.44.0 but messy in LINQPad 6.12.2:

Comments

Sign In or Register to comment.