Expand Minimize
0 out of 1 rated this helpful - Rate this topic

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

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


/utf8output

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.