42d4222fb3dfd324614ba745cf65c482e6126f47
Previously, the method directly converted a byte array to a string
without accounting for a potential UTF-8 Byte Order Mark (BOM).
This commit introduces logic to remove the BOM (if present)
using `TrimStart('\uFEFF')` after converting the byte array
to a string.
Additionally, a comment was added to clarify the purpose of
this change.
Description
Test von DevExpress - Zugferd Extraktion
Languages
JavaScript
89.3%
Fluent
9.4%
CSS
0.7%
HTML
0.4%
C#
0.2%