intl/uconv/tools/cns.sh

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 # This Source Code Form is subject to the terms of the Mozilla Public
     2 # License, v. 2.0. If a copy of the MPL was not distributed with this
     3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     5 # umaptable -uf < cns1992p1.txt > ../ucvtw2/cns_1.uf
     6 # umaptable -uf < cns1992p2.txt > ../ucvtw2/cns_2.uf
     7 umaptable -uf < cnsIRGTp15.txt > ../ucvtw2/cns15.uf
     8 umaptable -uf < cnsIRGTp15ExtB.txt > ../ucvtw2/cns15extb.uf
     9 umaptable -uf < cnsIRGTp3.txt > ../ucvtw2/cns3.uf
    10 umaptable -uf < cnsIRGTp3ExtB.txt > ../ucvtw2/cns3extb.uf
    11 umaptable -uf < cnsIRGTp4.txt > ../ucvtw2/cns4.uf
    12 umaptable -uf < cnsIRGTp4ExtB.txt > ../ucvtw2/cns4extb.uf
    13 umaptable -uf < cnsIRGTp5.txt > ../ucvtw2/cns5.uf
    14 umaptable -uf < cnsIRGTp5ExtB.txt > ../ucvtw2/cns5extb.uf
    15 umaptable -uf < cnsIRGTp6.txt > ../ucvtw2/cns6.uf
    16 umaptable -uf < cnsIRGTp6ExtB.txt > ../ucvtw2/cns6extb.uf
    17 umaptable -uf < cnsIRGTp7.txt > ../ucvtw2/cns7.uf
    18 umaptable -uf < cnsIRGTp7ExtB.txt > ../ucvtw2/cns7extb.uf
    19 # umaptable -ut < cns1992p1.txt > ../ucvtw2/cns_1.ut
    20 # umaptable -ut < cns1992p2.txt > ../ucvtw2/cns_2.ut
    21 umaptable -ut < cnsIRGTp15.txt > ../ucvtw2/cns15.ut
    22 umaptable -ut < cnsIRGTp15ExtB.txt > ../ucvtw2/cns15extb.ut
    23 umaptable -ut < cnsIRGTp3.txt > ../ucvtw2/cns3.ut
    24 umaptable -ut < cnsIRGTp3ExtB.txt > ../ucvtw2/cns3extb.ut
    25 umaptable -ut < cnsIRGTp4.txt > ../ucvtw2/cns4.ut
    26 umaptable -ut < cnsIRGTp4ExtB.txt > ../ucvtw2/cns4extb.ut
    27 umaptable -ut < cnsIRGTp5.txt > ../ucvtw2/cns5.ut
    28 umaptable -ut < cnsIRGTp5ExtB.txt > ../ucvtw2/cns5extb.ut
    29 umaptable -ut < cnsIRGTp6.txt > ../ucvtw2/cns6.ut
    30 umaptable -ut < cnsIRGTp6ExtB.txt > ../ucvtw2/cns6extb.ut
    31 umaptable -ut < cnsIRGTp7.txt > ../ucvtw2/cns7.ut
    32 umaptable -ut < cnsIRGTp7ExtB.txt > ../ucvtw2/cns7extb.ut

mercurial