Use non-BOM encodings (#2370)
* Use non-BOM encodings The documentation of the used `PyUnicode_DecodeUTF16` states that not passing `*byteorder` or passing a 0 results in the first two bytes, if they are the BOM (U+FEFF, zero-width no-break space), to be interpreted and skipped, which is incorrect when we convert a known "non BOM" string, which all strings from C# are.
B
Benedikt Reinartz committed
195cde67fffd06521f3bcb2294e60cad4ec506d6
Parent: 6a8a97d
Committed by GitHub <noreply@github.com>
on 5/10/2024, 5:28:38 PM