Fix : CSV export question

Multiplayer_Php
BelsethUwU 1 year ago
parent 539adefee7
commit 20226c4159

@ -125,7 +125,7 @@ public partial class Questions
} }
} }
var sentFile = new MemoryStream(Encoding.UTF32.GetBytes(sb.ToString())); var sentFile = new MemoryStream(Encoding.UTF8.GetBytes(sb.ToString()));
using (var streamRef = new DotNetStreamReference(stream: sentFile)) using (var streamRef = new DotNetStreamReference(stream: sentFile))
{ {

Loading…
Cancel
Save