diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | 5f8de423f190bbb79a62f804151bc24824fa32d8 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /intl/uconv/tools/cns.sh | |
parent | 49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff) | |
download | UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip |
Add m-esr52 at 52.6.0
Diffstat (limited to 'intl/uconv/tools/cns.sh')
-rw-r--r-- | intl/uconv/tools/cns.sh | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/intl/uconv/tools/cns.sh b/intl/uconv/tools/cns.sh new file mode 100644 index 000000000..5d270bbae --- /dev/null +++ b/intl/uconv/tools/cns.sh @@ -0,0 +1,32 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +# umaptable -uf < cns1992p1.txt > ../ucvtw2/cns_1.uf +# umaptable -uf < cns1992p2.txt > ../ucvtw2/cns_2.uf +umaptable -uf < cnsIRGTp15.txt > ../ucvtw2/cns15.uf +umaptable -uf < cnsIRGTp15ExtB.txt > ../ucvtw2/cns15extb.uf +umaptable -uf < cnsIRGTp3.txt > ../ucvtw2/cns3.uf +umaptable -uf < cnsIRGTp3ExtB.txt > ../ucvtw2/cns3extb.uf +umaptable -uf < cnsIRGTp4.txt > ../ucvtw2/cns4.uf +umaptable -uf < cnsIRGTp4ExtB.txt > ../ucvtw2/cns4extb.uf +umaptable -uf < cnsIRGTp5.txt > ../ucvtw2/cns5.uf +umaptable -uf < cnsIRGTp5ExtB.txt > ../ucvtw2/cns5extb.uf +umaptable -uf < cnsIRGTp6.txt > ../ucvtw2/cns6.uf +umaptable -uf < cnsIRGTp6ExtB.txt > ../ucvtw2/cns6extb.uf +umaptable -uf < cnsIRGTp7.txt > ../ucvtw2/cns7.uf +umaptable -uf < cnsIRGTp7ExtB.txt > ../ucvtw2/cns7extb.uf +# umaptable -ut < cns1992p1.txt > ../ucvtw2/cns_1.ut +# umaptable -ut < cns1992p2.txt > ../ucvtw2/cns_2.ut +umaptable -ut < cnsIRGTp15.txt > ../ucvtw2/cns15.ut +umaptable -ut < cnsIRGTp15ExtB.txt > ../ucvtw2/cns15extb.ut +umaptable -ut < cnsIRGTp3.txt > ../ucvtw2/cns3.ut +umaptable -ut < cnsIRGTp3ExtB.txt > ../ucvtw2/cns3extb.ut +umaptable -ut < cnsIRGTp4.txt > ../ucvtw2/cns4.ut +umaptable -ut < cnsIRGTp4ExtB.txt > ../ucvtw2/cns4extb.ut +umaptable -ut < cnsIRGTp5.txt > ../ucvtw2/cns5.ut +umaptable -ut < cnsIRGTp5ExtB.txt > ../ucvtw2/cns5extb.ut +umaptable -ut < cnsIRGTp6.txt > ../ucvtw2/cns6.ut +umaptable -ut < cnsIRGTp6ExtB.txt > ../ucvtw2/cns6extb.ut +umaptable -ut < cnsIRGTp7.txt > ../ucvtw2/cns7.ut +umaptable -ut < cnsIRGTp7ExtB.txt > ../ucvtw2/cns7extb.ut |