/utf8output (Display Compiler Messages with UTF-8) (C# Compiler Options)

The /utf8output option displays compiler output using UTF-8 encoding.

/utf8output

Remarks

In some international configurations, compiler output cannot correctly be displayed in the console. In these configurations, use /utf8output and redirect compiler output to a file.

This compiler option is unavailable in Visual Studio and cannot be changed programmatically.

See Also

Other Resources

C# Compiler Options