lazarus/components/lazutils/codepagesasian.pas

20 lines
401 B
ObjectPascal

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