@ -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))
{