1234567891011121314151617 |
- {%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;
|