-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Labels
Milestone
Description
Summary of the new feature / enhancement
When reading a file, it might have the UTF-8 BOM (0xEF, 0xBB, 0xBF). This currently causes deserialization to fail.
Proposed technical implementation details (optional)
Before deserialization, we can probably check if the first 3 bytes is the BOM and remove it.