lazarus/components/lazutils/codepagescommon.pas

20 lines
403 B
ObjectPascal

{
*****************************************************************************
This file is part of LazUtils.
See the file COPYING.modifiedLGPL.txt, included in this distribution,
for details about the license.
*****************************************************************************
}
unit CodepagesCommon;
{$mode objfpc}{$H+}
interface
{$I commoncodepages.inc}
implementation
end.