20 lines
613 B
ObjectPascal
20 lines
613 B
ObjectPascal
{ This file was automatically created by Lazarus. Do not edit!
|
|
This source is only used to compile and install the package.
|
|
}
|
|
|
|
unit chsdet;
|
|
|
|
interface
|
|
|
|
uses
|
|
Big5Freq, CharDistribution, chsdIntf, CustomDetector, EUCKRFreq,
|
|
EUCSampler, EUCTWFreq, GB2312Freq, JISFreq, JpCntx, MBUnicodeMultiProber,
|
|
MultiModelProber, nsCodingStateMachine, nsCore, nsEscCharsetProber,
|
|
nsGroupProber, nsHebrewProber, nsLatin1Prober, nsMBCSMultiProber, nsPkg,
|
|
nsSBCharSetProber, nsSBCSGroupProber, nsUniversalDetector,
|
|
LangBulgarianModel, LangCyrillicModel, LangGreekModel, LangHebrewModel;
|
|
|
|
implementation
|
|
|
|
end.
|