Skip to content

Commit

Permalink
Switched CHCP 65000 back to 437 - for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Iridium-IO committed Oct 21, 2017
1 parent a3fce05 commit 4240aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WindowsApp1/Compact.vb
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Public Class Compact
MyProcess.BeginOutputReadLine()

Try
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.
MyProcess.StandardInput.Flush()

RunCompact(passthrougharg)
Expand Down

0 comments on commit 4240aad

Please sign in to comment.