Fix : UTF32 encoding
continuous-integration/drone/push Build is passing Details

pull/37/head
Jade VAN BRABANDT 1 year ago
parent 00cb290649
commit 0f6e18d1f3

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

Loading…
Cancel
Save