mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 20:18:31 +02:00
18 lines
695 B
PHP
18 lines
695 B
PHP
{%MainUnit sysutils.pp}
|
|
{
|
|
*********************************************************************
|
|
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;
|