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.

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

mercurial