We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c509f commit 6911883Copy full SHA for 6911883
1 file changed
v2rayN/ServiceLib/Handler/CoreAdminHandler.cs
@@ -45,7 +45,6 @@ private void UpdateFunc(bool notify, string msg)
45
RedirectStandardOutput = true,
46
RedirectStandardError = true,
47
CreateNoWindow = true,
48
- StandardInputEncoding = Encoding.UTF8,
49
StandardOutputEncoding = Encoding.UTF8,
50
StandardErrorEncoding = Encoding.UTF8,
51
}
0 commit comments