intl/chardet/tools/gen.cmd

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rwxr-xr-x

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 REM This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 REM License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 REM file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 4
michael@0 5 perl gencp1252.pl > ..\src\nsCP1252Verifier.h
michael@0 6 perl geneucjp.pl > ..\src\nsEUCJPVerifier.h
michael@0 7 perl geniso2022jp.pl > ..\src\nsISO2022JPVerifier.h
michael@0 8 perl gensjis.pl > ..\src\nsSJISVerifier.h
michael@0 9 perl genutf8.pl > ..\src\nsUTF8Verifier.h
michael@0 10 perl geneuckr.pl > ..\src\nsEUCKRVerifier.h
michael@0 11 perl gengb2312.pl > ..\src\nsGB2312Verifier.h
michael@0 12 perl genbig5.pl > ..\src\nsBIG5Verifier.h
michael@0 13 perl geneuctw.pl > ..\src\nsEUCTWVerifier.h
michael@0 14 perl genucs2be.pl > ..\src\nsUCS2BEVerifier.h
michael@0 15 perl genucs2le.pl > ..\src\nsUCS2LEVerifier.h
michael@0 16 perl genhz.pl > ..\src\nsHZVerifier.h
michael@0 17 perl geniso2022kr.pl > ..\src\nsISO2022KRVerifier.h
michael@0 18 perl geniso2022cn.pl > ..\src\nsISO2022CNVerifier.h

mercurial