Exec.UseUtf8Encoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether or not to use UTF8 encoding for the cmd file and console window. Values: Always, Never, Detect If set to Detect, the current code page will be used unless it cannot represent the Command string. In that case, UTF-8 is used.
public:
property System::String ^ UseUtf8Encoding { System::String ^ get(); void set(System::String ^ value); };
public string UseUtf8Encoding { get; set; }
member this.UseUtf8Encoding : string with get, set
Public Property UseUtf8Encoding As String