Skip to content

Remove UTF-8 BOM from file stream #829

@SteveL-MSFT

Description

@SteveL-MSFT

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions