intl/icu/source/data/coll/ta.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/collation/ta.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/xml/collation/ta.xml
    11  */
    12 ta{
    13     Version{"2.0.89.0"}
    14     collations{
    15         standard{
    16             Sequence{
    17                 "[normalization on][reorder Taml Deva Beng Guru Gujr Orya Telu Knda Mlym Sinh]"
    18                 "&ஔ<ஂ<ஃ"
    19                 "&ஹ<க்ஷ"
    20                 "&[before 1]க<க்"
    21                 "&[before 1]ங<ங்"
    22                 "&[before 1]ச<ச்"
    23                 "&[before 1]ஞ<ஞ்"
    24                 "&[before 1]ட<ட்"
    25                 "&[before 1]ண<ண்"
    26                 "&[before 1]த<த்"
    27                 "&[before 1]ந<ந்"
    28                 "&[before 1]ப<ப்"
    29                 "&[before 1]ம<ம்"
    30                 "&[before 1]ய<ய்"
    31                 "&[before 1]ர<ர்"
    32                 "&[before 1]ல<ல்"
    33                 "&[before 1]வ<வ்"
    34                 "&[before 1]ழ<ழ்"
    35                 "&[before 1]ள<ள்"
    36                 "&[before 1]ற<ற்"
    37                 "&[before 1]ன<ன்"
    38                 "&[before 1]ஜ<ஜ்"
    39                 "&[before 1]ஶ<ஶ்"
    40                 "&[before 1]ஷ<ஷ்"
    41                 "&[before 1]ஸ<ஸ்"
    42                 "&[before 1]ஹ<ஹ்"
    43                 "&[before 1]க்ஷ<க்ஷ்"
    44             }
    45             Version{"24"}
    46         }
    47     }
    48 }

mercurial