mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-07 02:34:03 +02:00
20 lines
401 B
ObjectPascal
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.
|