1 reference to s_utf8WithoutBom
Microsoft.DotNet.XliffTasks (1)
Model\Document.cs (1)
46
using StreamReader reader = new(stream,
s_utf8WithoutBom
, detectEncodingFromByteOrderMarks: true);