1 {
2  *****************************************************************************
3   This file is part of LazUtils.
4 
5   See the file COPYING.modifiedLGPL.txt, included in this distribution,
6   for details about the license.
7  *****************************************************************************
8 }
9 unit CodepagesCommon;
10 
11 {$mode objfpc}{$H+}
12 
13 interface
14 
15 {$I commoncodepages.inc}
16 
17 implementation
18 
19 end.
20