Skip to content

Commit 32601b3

Browse files
committed
Update default encoding to UTF8
1 parent 52a2874 commit 32601b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ObjectStream/Data/CompilerData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public CompilerData()
1313
Version = CompilerLanguageVersion.Preview;
1414
LoadDefaultReferences = false;
1515
SdkVersion = "2";
16-
Encoding = System.Text.Encoding.Default.WebName;
16+
Encoding = System.Text.Encoding.UTF8.WebName;
1717
Debug = false;
1818
}
1919

0 commit comments

Comments
 (0)