We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a2874 commit 32601b3Copy full SHA for 32601b3
1 file changed
src/ObjectStream/Data/CompilerData.cs
@@ -13,7 +13,7 @@ public CompilerData()
13
Version = CompilerLanguageVersion.Preview;
14
LoadDefaultReferences = false;
15
SdkVersion = "2";
16
- Encoding = System.Text.Encoding.Default.WebName;
+ Encoding = System.Text.Encoding.UTF8.WebName;
17
Debug = false;
18
}
19
0 commit comments