intl/icu/source/data/locales/ii.txt

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rwxr-xr-x

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 // ***************************************************************************
     2 // *
     3 // * Copyright (C) 2013 International Business Machines
     4 // * Corporation and others. All Rights Reserved.
     5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
     6 // * Source File: <path>/common/main/ii.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/common/main/ii.xml
    11  */
    12 ii{
    13     ExemplarCharacters{"[ꀀ-ꒌ]"}
    14     LocaleScript{
    15         "Yiii",
    16     }
    17     NumberElements{
    18         latn{
    19             symbols{
    20                 decimal{"."}
    21                 group{","}
    22             }
    23         }
    24     }
    25     Version{"2.0.90.61"}
    26     calendar{
    27         gregorian{
    28             AmPmMarkers{
    29                 "ꎸꄑ",
    30                 "ꁯꋒ",
    31             }
    32             dayNames{
    33                 format{
    34                     abbreviated{
    35                         "ꑭꆏ",
    36                         "ꆏꋍ",
    37                         "ꆏꑍ",
    38                         "ꆏꌕ",
    39                         "ꆏꇖ",
    40                         "ꆏꉬ",
    41                         "ꆏꃘ",
    42                     }
    43                     wide{
    44                         "ꑭꆏꑍ",
    45                         "ꆏꊂꋍ",
    46                         "ꆏꊂꑍ",
    47                         "ꆏꊂꌕ",
    48                         "ꆏꊂꇖ",
    49                         "ꆏꊂꉬ",
    50                         "ꆏꊂꃘ",
    51                     }
    52                 }
    53                 stand-alone{
    54                     narrow{
    55                         "ꆏ",
    56                         "ꋍ",
    57                         "ꑍ",
    58                         "ꌕ",
    59                         "ꇖ",
    60                         "ꉬ",
    61                         "ꃘ",
    62                     }
    63                 }
    64             }
    65             eras{
    66                 abbreviated{
    67                     "ꃅꋊꂿ",
    68                     "ꃅꋊꊂ",
    69                 }
    70             }
    71             monthNames{
    72                 format{
    73                     wide{
    74                         "ꋍꆪ",
    75                         "ꑍꆪ",
    76                         "ꌕꆪ",
    77                         "ꇖꆪ",
    78                         "ꉬꆪ",
    79                         "ꃘꆪ",
    80                         "ꏃꆪ",
    81                         "ꉆꆪ",
    82                         "ꈬꆪ",
    83                         "ꊰꆪ",
    84                         "ꊰꊪꆪ",
    85                         "ꊰꑋꆪ",
    86                     }
    87                 }
    88             }
    89             quarters{
    90                 format{
    91                     wide{
    92                         "ꃅꑌ",
    93                         "ꃅꎸ",
    94                         "ꃅꍵ",
    95                         "ꃅꋆ",
    96                     }
    97                 }
    98             }
    99         }
   100     }
   101     fields{
   102         day{
   103             dn{"ꑍ"}
   104             relative{
   105                 "-1"{"ꀋꅔꉈ"}
   106                 "-2"{"ꎴꂿꋍꑍ"}
   107                 "0"{"ꀃꑍ"}
   108                 "1"{"ꃆꏂꑍ"}
   109                 "2"{"ꌕꀿꑍ"}
   110             }
   111         }
   112         dayperiod{
   113             dn{"ꎸꄑ/ꁯꋒ"}
   114         }
   115         era{
   116             dn{"ꃅꋊ"}
   117         }
   118         hour{
   119             dn{"ꄮꈉ"}
   120         }
   121         minute{
   122             dn{"ꃏ"}
   123         }
   124         month{
   125             dn{"ꆪ"}
   126         }
   127         second{
   128             dn{"ꇙ"}
   129         }
   130         week{
   131             dn{"ꑭꆏ"}
   132         }
   133         weekday{
   134             dn{"ꆏꑍ"}
   135         }
   136         year{
   137             dn{"ꈎ"}
   138         }
   139         zone{
   140             dn{"ꃅꄷꄮꈉ"}
   141         }
   142     }
   143     measurementSystemNames{
   144         US{"ꂰꇩ"}
   145         metric{"ꂰꌬꌠ"}
   146     }
   147 }

mercurial