intl/chardet/tools/gen.cmd

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:f11cd1d9c189
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/.
4
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