From ba6f33bf99dcf8dc6c7d89c2e7e3381c3df86455 Mon Sep 17 00:00:00 2001 From: heydojo Date: Sun, 19 Jan 2020 01:29:29 +0000 Subject: [PATCH] Remove BOM encoding from data files BOM encoding isn't a recommended way to encode text files on most operating systems. Here data files with BOM encoding have been changed to UTF-8 without BOM. This makes parsing the json files much simpler. https://stackoverflow.com/questions/2223882/whats-the-difference-between-utf-8-and-utf-8-without-bom --- data/Dependent.json | 2 +- data/Fork.json | 2 +- data/License.json | 2 +- data/Merge.json | 2 +- data/Syntax.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/Dependent.json b/data/Dependent.json index ce3203bbf..715aa8e35 100644 --- a/data/Dependent.json +++ b/data/Dependent.json @@ -1,4 +1,4 @@ -[ +[ { "dependentFilterListId": 344, "dependencyFilterListId": 301 diff --git a/data/Fork.json b/data/Fork.json index e3263d689..c8d57882f 100644 --- a/data/Fork.json +++ b/data/Fork.json @@ -1,4 +1,4 @@ -[ +[ { "forkFilterListId": 350, "upstreamFilterListId": 12 diff --git a/data/License.json b/data/License.json index 8d500d302..91545bc8a 100644 --- a/data/License.json +++ b/data/License.json @@ -1,4 +1,4 @@ -[ +[ { "id": 1, "descriptionUrl": "https://creativecommons.org/licenses/by-nc-nd/4.0/", diff --git a/data/Merge.json b/data/Merge.json index 95ec5f294..d3a1fefc5 100644 --- a/data/Merge.json +++ b/data/Merge.json @@ -1,4 +1,4 @@ -[ +[ { "mergeFilterListId": 11, "upstreamFilterListId": 12 diff --git a/data/Syntax.json b/data/Syntax.json index e4540194c..f4060cba6 100644 --- a/data/Syntax.json +++ b/data/Syntax.json @@ -1,4 +1,4 @@ -[ +[ { "id": 1, "definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",