mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
19 lines
599 B
ObjectPascal
19 lines
599 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, 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.
|