OlgunR 42d4222fb3 Handle UTF-8 BOM in string conversion
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.
2026-05-26 11:24:54 +02:00
2026-05-21 14:35:02 +02:00
2026-05-21 14:34:58 +02:00
2026-05-21 14:35:02 +02:00
2026-05-21 14:35:02 +02:00
Description
Test von DevExpress - Zugferd Extraktion
11 MiB
Languages
JavaScript 89.3%
Fluent 9.4%
CSS 0.7%
HTML 0.4%
C# 0.2%