Skip to content

Byteorder mark removal in UncSource removes first left angle bracket '<' of xml document #120

@sonntam

Description

@sonntam

For me loading of the update XML file fails because the byteorder mark removal in the UncSource.GetUpdatesFeed() method doesn't work as expected.

I found a solution at StackOverflow that fixes the issue.
The File.ReadAllText() method should recognize the UTF coding automatically anyway (see MSDN).

I implemented the fix in my fork. I suggest cherry-picking the commit sonntam/NAppUpdate@4522d37.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions