summaryrefslogtreecommitdiff
path: root/rtl/objpas/sysutils/syscodepagesh.inc
blob: 2437d4192bbced879af55d83513b919a51e0d427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    *********************************************************************
    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;