tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

data_filter.json (6869B)


      1 {
      2    "collationUCAData": "implicithan",
      3    "featureFilters": {
      4        "brkitr_dictionaries": {
      5            "filterType": "exclude"
      6        },
      7        "brkitr_rules": {
      8            "filterType": "exclude"
      9        },
     10        "brkitr_tree": {
     11            "filterType": "exclude"
     12        },
     13        "coll_tree": {
     14            "excludelist": [
     15                "en_US_POSIX"
     16            ]
     17        },
     18        "confusables": {
     19            "filterType": "exclude"
     20        },
     21        "conversion_mappings": {
     22            "includelist": [
     23                "ibm-37_P100-1995",
     24                "ibm-1047_P100-1995"
     25            ]
     26        },
     27        "locales_tree": {
     28            "excludelist": [
     29                "en_US_POSIX"
     30            ]
     31        },
     32        "misc": {
     33            "excludelist": [
     34                "currencyNumericCodes",
     35                "genderList"
     36            ]
     37        },
     38        "rbnf_tree": {
     39            "filterType": "locale",
     40            "includelist": [ "ja", "zh" ]
     41        },
     42        "stringprep": {
     43            "filterType": "exclude"
     44        },
     45        "translit": {
     46            "filterType": "exclude"
     47        },
     48        "unames": {
     49            "filterType": "exclude"
     50        }
     51    },
     52    "resourceFilters": [
     53        {
     54            "categories": [
     55                "zone_tree"
     56            ],
     57            "rules": [
     58                "-/zoneStrings/*/ec"
     59            ]
     60        },
     61        {
     62            "categories": [
     63                "unit_tree"
     64            ],
     65            "rules": [
     66                "-/*",
     67                "+/%%ALIAS",
     68                "+/%%Parent",
     69 
     70                "+/*/area/acre",
     71                "+/*/digital/bit",
     72                "+/*/digital/byte",
     73                "+/*/temperature/celsius",
     74                "+/*/length/centimeter",
     75                "+/*/duration/day",
     76                "+/*/angle/degree",
     77                "+/*/temperature/fahrenheit",
     78                "+/*/volume/fluid-ounce",
     79                "+/*/length/foot",
     80                "+/*/volume/gallon",
     81                "+/*/digital/gigabit",
     82                "+/*/digital/gigabyte",
     83                "+/*/mass/gram",
     84                "+/*/area/hectare",
     85                "+/*/duration/hour",
     86                "+/*/length/inch",
     87                "+/*/digital/kilobit",
     88                "+/*/digital/kilobyte",
     89                "+/*/mass/kilogram",
     90                "+/*/length/kilometer",
     91                "+/*/volume/liter",
     92                "+/*/digital/megabit",
     93                "+/*/digital/megabyte",
     94                "+/*/length/meter",
     95                "+/*/duration/microsecond",
     96                "+/*/length/mile",
     97                "+/*/length/mile-scandinavian",
     98                "+/*/volume/milliliter",
     99                "+/*/length/millimeter",
    100                "+/*/duration/millisecond",
    101                "+/*/duration/minute",
    102                "+/*/duration/month",
    103                "+/*/duration/nanosecond",
    104                "+/*/mass/ounce",
    105                "+/*/concentr/percent",
    106                "+/*/digital/petabyte",
    107                "+/*/mass/pound",
    108                "+/*/duration/second",
    109                "+/*/mass/stone",
    110                "+/*/digital/terabit",
    111                "+/*/digital/terabyte",
    112                "+/*/duration/week",
    113                "+/*/length/yard",
    114                "+/*/duration/year",
    115 
    116                "+/*/compound",
    117                "+/*/speed/kilometer-per-hour",
    118                "+/*/consumption/liter-per-kilometer",
    119                "+/*/speed/meter-per-second",
    120                "+/*/consumption/mile-per-gallon",
    121                "+/*/speed/mile-per-hour",
    122 
    123                "-/*/dnam"
    124            ]
    125        },
    126        {
    127            "categories": [
    128                "coll_tree",
    129                "curr_tree",
    130                "lang_tree",
    131                "locales_tree",
    132                "rbnf_tree",
    133                "region_tree",
    134                "unit_tree",
    135                "zone_tree"
    136            ],
    137            "rules": [
    138                "-/Version"
    139            ]
    140        },
    141        {
    142            "categories": [
    143                "coll_tree"
    144            ],
    145            "rules": [
    146                "-/collations/*/Version"
    147            ]
    148        },
    149        {
    150            "categories": [
    151                "curr_tree"
    152            ],
    153            "rules": [
    154                "-/Currencies%formal",
    155                "-/Currencies%variant"
    156            ]
    157        },
    158        {
    159            "categories": [
    160                "coll_tree"
    161            ],
    162            "rules": [
    163                "-/UCARules",
    164                "-/collations/*/Sequence",
    165                "-/collations/big5han",
    166                "-/collations/gb2312han"
    167            ]
    168        },
    169        {
    170            "categories": [
    171                "locales_tree"
    172            ],
    173            "rules": [
    174                "-/AuxExemplarCharacters",
    175                "-/Ellipsis",
    176                "-/ExemplarCharacters",
    177                "-/ExemplarCharactersIndex",
    178                "-/ExemplarCharactersNumbers",
    179                "-/ExemplarCharactersPunctuation",
    180                "-/MoreInformation",
    181                "-/NumberElements/minimalPairs",
    182                "-/characterLabel",
    183                "-/delimiters",
    184                "-/fields/mon",
    185                "-/fields/mon-narrow",
    186                "-/fields/mon-short",
    187                "-/fields/tue",
    188                "-/fields/tue-narrow",
    189                "-/fields/tue-short",
    190                "-/fields/wed",
    191                "-/fields/wed-narrow",
    192                "-/fields/wed-short",
    193                "-/fields/thu",
    194                "-/fields/thu-narrow",
    195                "-/fields/thu-short",
    196                "-/fields/fri",
    197                "-/fields/fri-narrow",
    198                "-/fields/fri-short",
    199                "-/fields/sat",
    200                "-/fields/sat-narrow",
    201                "-/fields/sat-short",
    202                "-/fields/sun",
    203                "-/fields/sun-narrow",
    204                "-/fields/sun-short",
    205                "-/measurementSystemNames",
    206                "-/personNames"
    207            ]
    208        },
    209        {
    210            "categories": [
    211                "lang_tree"
    212            ],
    213            "rules": [
    214                "-/*",
    215                "+/%%ALIAS",
    216                "+/%%Parent",
    217 
    218                "+/Languages",
    219                "+/Languages%short",
    220                "+/Scripts",
    221                "+/Scripts%short",
    222                "+/Scripts%stand-alone",
    223                "+/Variants",
    224                "+/Types/calendar",
    225                "+/Types%short/calendar",
    226                "+/localeDisplayPattern"
    227            ]
    228        },
    229        {
    230            "categories": [
    231                "region_tree"
    232            ],
    233            "rules": [
    234                "-/*",
    235                "+/%%ALIAS",
    236                "+/%%Parent",
    237 
    238                "+/Countries",
    239                "+/Countries%short"
    240            ]
    241        }
    242    ]
    243 }