fpc/rtl/objpas/sysutils/syscodepagesh.inc
Jonas Maebe b4971c72d3 * partial fix for mantis #22912 (waiting on clarification from Unicode
consortium for the character.pas unit)

git-svn-id: trunk@22494 -
2012-09-28 07:57:45 +00:00

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;