intl/icu/source/data/locales/kok.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/kok.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/common/main/kok.xml
    11  */
    12 kok{
    13     AuxExemplarCharacters{"[\u200C\u200D]"}
    14     ExemplarCharacters{
    15         "[\u093C ० १ २ ३ ४ ५ ६ ७ ८ ९ ॐ \u0902 \u0901 ः अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ औ क "
    16         "{क\u093C} ख {ख\u093C} ग {ग\u093C} घ ङ च छ ज {ज\u093C} झ ञ ट ठ ड {ड\u093C} ढ "
    17         "{ढ\u093C} ण त थ द ध न प फ {फ\u093C} ब भ म य {य\u093C} र ल व श ष स ह ळ ऽ ा ि "
    18         "ी \u0941 \u0942 \u0943 \u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]"
    19     }
    20     LocaleScript{
    21         "Deva",
    22     }
    23     NumberElements{
    24         default{"latn"}
    25         latn{
    26             patterns{
    27                 currencyFormat{"¤ #,##,##0.00"}
    28                 decimalFormat{"#,##,##0.###"}
    29                 percentFormat{"#,##,##0%"}
    30             }
    31         }
    32         native{"deva"}
    33     }
    34     Version{"2.0.92.87"}
    35     calendar{
    36         gregorian{
    37             AmPmMarkers{
    38                 "म.पू.",
    39                 "म.नं.",
    40             }
    41             dayNames{
    42                 format{
    43                     abbreviated{
    44                         "रवि",
    45                         "सोम",
    46                         "मंगळ",
    47                         "बुध",
    48                         "गुरु",
    49                         "शुक्र",
    50                         "शनि",
    51                     }
    52                     wide{
    53                         "आदित्यवार",
    54                         "सोमवार",
    55                         "मंगळार",
    56                         "बुधवार",
    57                         "गुरुवार",
    58                         "शुक्रवार",
    59                         "शनिवार",
    60                     }
    61                 }
    62             }
    63             eras{
    64                 abbreviated{
    65                     "क्रिस्तपूर्व",
    66                     "क्रिस्तशखा",
    67                 }
    68             }
    69             monthNames{
    70                 format{
    71                     wide{
    72                         "जानेवारी",
    73                         "फेब्रुवारी",
    74                         "मार्च",
    75                         "एप्रिल",
    76                         "मे",
    77                         "जून",
    78                         "जुलै",
    79                         "ओगस्ट",
    80                         "सेप्टेंबर",
    81                         "ओक्टोबर",
    82                         "नोव्हेंबर",
    83                         "डिसेंबर",
    84                     }
    85                 }
    86             }
    87         }
    88     }
    89 }

mercurial