lazarus/components/lazutils/lazutils.pas
maxim 59fa6c6ad6 Merged revision(s) 59416 #07607b4bba, 59436 #93fbbb0db7 from trunk:
LazUtils: Raise exception in UTF8To... functions, controlled by a global boolean. Issue #33686, patch from AlexeyT.
........
LazUtils: Add LazUTF8SysUtils with "deprecated" warnings. The unit was renamed earlier.
........

git-svn-id: branches/fixes_2_0@59459 -
2018-11-05 12:02:37 +00:00

36 lines
1.4 KiB
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit LazUtils;
{$warn 5023 off : no warning about unused units}
interface
uses
AvgLvlTree, DynamicArray, DynHashArray, DynQueue, EasyLazFreeType,
ExtendedStrings, FileUtil, FPCAdds, Laz2_DOM, Laz2_XMLCfg, laz2_XMLRead,
laz2_xmlutils, laz2_XMLWrite, laz2_xpath, Laz_DOM, Laz_XMLCfg, Laz_XMLRead,
Laz_XMLStreaming, Laz_XMLWrite, LazClasses, lazCollections,
LazConfigStorage, LazDbgLog, lazfglhash, LazFileCache, LazFileUtils,
LazFreeType, LazFreeTypeFontCollection, LazFreeTypeFPImageDrawer,
LazLinkedList, LazListClasses, LazLogger, LazLoggerBase, LazLoggerDummy,
LazLoggerProfiling, LazMethodList, LazUnicode, LazUTF16, LazUTF8,
LazUTF8Classes, LazSysUtils, LazUtilities, LazUtilsStrConsts, LConvEncoding,
lcsvutils, LookupStringList, Maps, Masks, PasWString, StringHashList,
TextStrings, Translations, TTCache, TTCalc, TTCMap, TTDebug, TTError,
TTFile, TTGLoad, TTInterp, TTLoad, TTMemory, TTObjs, TTProfile, TTRASTER,
TTTables, TTTypes, UTF8Process, HTML2TextRender, Laz_AVL_Tree,
CompWriterPas, LazPasReadUtil, IntegerList, LazVersion, UITypes, GraphType,
LazTracer, LazStringUtils, LazUTF8SysUtils, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('LazUtils', @Register);
end.