intl/icu/source/data/locales/uz_Arab.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
-rw-r--r--

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/uz_Arab.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/common/main/uz_Arab.xml
    11  */
    12 uz_Arab{
    13     %%Parent{"root"}
    14     AuxExemplarCharacters{"[\u200C\u200D\u200E\u200F ټ ځ څ ډ ړ ږ ښ ګ ڼ ي ۍ ې]"}
    15     ExemplarCharacters{
    16         "[\u064B \u064C \u064D \u064E \u064F \u0650 \u0651 \u0652 \u0654 \u0670 ء آ أ"
    17         " ؤ ئ ا ب پ ة ت ث ج چ ح خ د ذ ر ز ژ س ش ص ض ط ظ ع غ ف ق ک گ ل م ن ه و ۇ ۉ ی]"
    18     }
    19     LocaleScript{
    20         "Arab",
    21     }
    22     NumberElements{
    23         arabext{
    24             symbols{
    25                 decimal{"٫"}
    26                 exponential{"×۱۰^"}
    27                 group{"٬"}
    28                 percentSign{"٪"}
    29             }
    30         }
    31         default{"arabext"}
    32         latn{
    33             symbols{
    34                 decimal{","}
    35                 group{"."}
    36                 minusSign{"‎−"}
    37                 plusSign{"‎+"}
    38             }
    39         }
    40         native{"arabext"}
    41     }
    42     Version{"2.0.92.87"}
    43     layout{
    44         characters{"right-to-left"}
    45     }
    46 }

mercurial