mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-12 01:12:30 +02:00
17 lines
671 B
PHP
17 lines
671 B
PHP
{
|
|
*********************************************************************
|
|
Copyright (C) 2012 Paul Ishenin,
|
|
member of the Free Pascal Development Team
|
|
|
|
See the file COPYING.FPC, included in this distribution,
|
|
for details about the copyright.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
*********************************************************************
|
|
}
|
|
|
|
function CodePageToCodePageName(cp: TSystemCodePage): AnsiString;
|
|
function CodePageNameToCodePage(const cpname: AnsiString): TSystemCodePage;
|