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

mercurial