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
This commit is contained in:
heydojo 2020-01-19 01:29:29 +00:00 committed by Collin M. Barrett
parent a1b52338a7
commit ba6f33bf99
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
[
[
{
"dependentFilterListId": 344,
"dependencyFilterListId": 301

View file

@ -1,4 +1,4 @@
[
[
{
"forkFilterListId": 350,
"upstreamFilterListId": 12

View file

@ -1,4 +1,4 @@
[
[
{
"id": 1,
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-nd/4.0/",

View file

@ -1,4 +1,4 @@
[
[
{
"mergeFilterListId": 11,
"upstreamFilterListId": 12

View file

@ -1,4 +1,4 @@
[
[
{
"id": 1,
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",