intl/chardet/tools/gen.cmd

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/intl/chardet/tools/gen.cmd	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,18 @@
     1.4 +REM This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +REM License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +REM file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +perl gencp1252.pl    > ..\src\nsCP1252Verifier.h
     1.9 +perl geneucjp.pl     > ..\src\nsEUCJPVerifier.h
    1.10 +perl geniso2022jp.pl > ..\src\nsISO2022JPVerifier.h
    1.11 +perl gensjis.pl      > ..\src\nsSJISVerifier.h
    1.12 +perl genutf8.pl      > ..\src\nsUTF8Verifier.h
    1.13 +perl geneuckr.pl     > ..\src\nsEUCKRVerifier.h
    1.14 +perl gengb2312.pl    > ..\src\nsGB2312Verifier.h
    1.15 +perl genbig5.pl      > ..\src\nsBIG5Verifier.h
    1.16 +perl geneuctw.pl     > ..\src\nsEUCTWVerifier.h
    1.17 +perl genucs2be.pl    > ..\src\nsUCS2BEVerifier.h
    1.18 +perl genucs2le.pl    > ..\src\nsUCS2LEVerifier.h
    1.19 +perl genhz.pl        > ..\src\nsHZVerifier.h
    1.20 +perl geniso2022kr.pl > ..\src\nsISO2022KRVerifier.h
    1.21 +perl geniso2022cn.pl > ..\src\nsISO2022CNVerifier.h

mercurial