mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
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:
parent
a1b52338a7
commit
ba6f33bf99
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[
|
||||
[
|
||||
{
|
||||
"dependentFilterListId": 344,
|
||||
"dependencyFilterListId": 301
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[
|
||||
[
|
||||
{
|
||||
"forkFilterListId": 350,
|
||||
"upstreamFilterListId": 12
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"descriptionUrl": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[
|
||||
[
|
||||
{
|
||||
"mergeFilterListId": 11,
|
||||
"upstreamFilterListId": 12
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"definitionUrl": "https://en.wikipedia.org/wiki/Hosts_(file)",
|
||||
|
|
|
|||
Loading…
Reference in a new issue