intl/uconv/tools/cns.sh

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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