intl/icu/source/data/locales/fr_CH.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/fr_CH.xml
     7 // *
     8 // ***************************************************************************
     9 fr_CH{
    10     NumberElements{
    11         latn{
    12             patterns{
    13                 currencyFormat{"¤ #,##0.00;¤-#,##0.00"}
    14             }
    15             symbols{
    16                 decimal{"."}
    17                 group{"'"}
    18             }
    19         }
    20     }
    21     Version{"2.0.92.87"}
    22     calendar{
    23         generic{
    24             DateTimePatterns{
    25                 "HH.mm:ss 'h' zzzz",
    26                 "HH:mm:ss z",
    27                 "HH:mm:ss",
    28                 "HH:mm",
    29                 "EEEE, d MMMM y G",
    30                 "d MMMM y G",
    31                 "d MMM y G",
    32                 "dd.MM.yy GGGGG",
    33                 "{1} {0}",
    34                 "{1} 'à' {0}",
    35                 "{1} 'à' {0}",
    36                 "{1} {0}",
    37                 "{1} {0}",
    38             }
    39         }
    40         gregorian{
    41             DateTimePatterns{
    42                 "HH.mm:ss 'h' zzzz",
    43                 "HH:mm:ss z",
    44                 "HH:mm:ss",
    45                 "HH:mm",
    46                 "EEEE, d MMMM y",
    47                 "d MMMM y",
    48                 "d MMM y",
    49                 "dd.MM.yy",
    50                 "{1} {0}",
    51                 "{1} {0}",
    52                 "{1} {0}",
    53                 "{1} {0}",
    54                 "{1} {0}",
    55             }
    56         }
    57     }
    58     delimiters{
    59         alternateQuotationEnd{"›"}
    60         alternateQuotationStart{"‹"}
    61     }
    62 }

mercurial