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 a3fce05 commit 4240aadCopy full SHA for 4240aad
WindowsApp1/Compact.vb
@@ -363,7 +363,7 @@ Public Class Compact
363
MyProcess.BeginOutputReadLine()
364
365
Try
366
- MyProcess.StandardInput.WriteLine("chcp 65001") 'UTF-8 codepage in console output. Otherwise it will translate to ASCII equivalents.
+ MyProcess.StandardInput.WriteLine("chcp 437") 'US codepage in console output to aid in some localisations.
367
MyProcess.StandardInput.Flush()
368
369
RunCompact(passthrougharg)
0 commit comments