From a7d39e1c3f5c811bc928e26312b4725d4c21c0b8 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Sun, 21 Nov 2010 12:53:29 +0000 Subject: [PATCH] 2010-11-21 13:53 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcpage.hbx * harbour/src/codepage/Makefile + harbour/src/codepage/cpskkam.c * restored SKKAM CP - rebuilt automatically from SKISO using hb_translate() function. --- harbour/ChangeLog | 7 +++++++ harbour/include/hbcpage.hbx | 1 + harbour/src/codepage/Makefile | 1 + harbour/src/codepage/cpskkam.c | 23 +++++++++++++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 harbour/src/codepage/cpskkam.c diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 66811d0afc..3d3486119c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,13 @@ The license applies to all entries newer than 2009-04-28. */ +2010-11-21 13:53 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/include/hbcpage.hbx + * harbour/src/codepage/Makefile + + harbour/src/codepage/cpskkam.c + * restored SKKAM CP - rebuilt automatically from SKISO using + hb_translate() function. + 2010-11-21 12:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbcpage.hbx - src/codepage/cpskkam.c diff --git a/harbour/include/hbcpage.hbx b/harbour/include/hbcpage.hbx index 9ec9d235c5..d4b18a9c3c 100644 --- a/harbour/include/hbcpage.hbx +++ b/harbour/include/hbcpage.hbx @@ -95,6 +95,7 @@ DYNAMIC HB_CODEPAGE_RUKOI8 DYNAMIC HB_CODEPAGE_SK852 DYNAMIC HB_CODEPAGE_SK852C DYNAMIC HB_CODEPAGE_SKISO +DYNAMIC HB_CODEPAGE_SKKAM DYNAMIC HB_CODEPAGE_SKWIN DYNAMIC HB_CODEPAGE_SL646 DYNAMIC HB_CODEPAGE_SL852 diff --git a/harbour/src/codepage/Makefile b/harbour/src/codepage/Makefile index 55b341d24f..3e30098717 100644 --- a/harbour/src/codepage/Makefile +++ b/harbour/src/codepage/Makefile @@ -71,6 +71,7 @@ C_SOURCES := \ cpsk852.c \ cpsk852c.c \ cpskiso.c \ + cpskkam.c \ cpskwin.c \ cpsl646.c \ cpsl852.c \ diff --git a/harbour/src/codepage/cpskkam.c b/harbour/src/codepage/cpskkam.c new file mode 100644 index 0000000000..6df5adc170 --- /dev/null +++ b/harbour/src/codepage/cpskkam.c @@ -0,0 +1,23 @@ +/* + * $Id$ + */ + +/* + * Harbour Project source code: + * National Collation Support Module ( SKKAM ) + * + * Copyright 2007-2010 Viktor Szakats (harbour.01 syenar.hu) + * www - http://harbour-project.org + * + * This file is generated automatically by cpinfo.prg + */ + +#define HB_CP_ID SKKAM +#define HB_CP_INFO "Slovak Kamenicky (895)" +#define HB_CP_UNITB HB_UNITB_KAM +#define HB_CP_ACSORT HB_CDP_ACSORT_NONE +#define HB_CP_UPPER "ABCDEFGHIJKLMNOPQRSTUVWXYZ" +#define HB_CP_LOWER "abcdefghijklmnopqrstuvwxyz" + +/* include CP registration code */ +#include "hbcdpreg.h"