-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Detection fails when file is saved as UTF-8 with BOM #3314
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Windows with bat 0.25.0 (25f4f96)
create this file and save as "test.csproj" (yes, csproj) with UTF-8 encoding:
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
</Project>bat test.csproj will display as XML.
now resave it with "UTF-8 with BOM" encoding.
bat test.csproj will display as plain text.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers