Skip to content

Commit aa3111c

Browse files
committed
use UTF-8 encoding (without BOM)
1 parent 9c53f72 commit aa3111c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/fsharp/FSStrings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
44
Microsoft ResX Schema

src/fsharp/FSharp.Core.Unittests/App.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1+
<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
x:Class="FSharp.Core.UnitTests.TestApp.App"
44
>

src/fsharp/FSharp.Core.Unittests/FSharp.Core/Microsoft.FSharp.Control/App.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8" ?>
22
<configuration>
33
<startup>
44
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />

src/fsharp/FSharp.Core.Unittests/Properties/AppManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"
1+
<Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"
22
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
33
>
44
<Deployment.Parts>

src/fsharp/FSharp.Core/FSCore.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<root>
33
<!--
44
Microsoft ResX Schema

0 commit comments

Comments
 (0)