diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 831291f872..66811d0afc 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2010-11-21 12:39 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * include/hbcpage.hbx + - src/codepage/cpskkam.c + * src/codepage/Makefile + - Deleted SKKAM codepage. (I couldn't edit/view it anyways) + 2010-11-21 12:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbodbc/odbc.c ! SQLEXECUTESCALAR() marked with HB_LEGACY_LEVEL3. Do no use this diff --git a/harbour/include/hbcpage.hbx b/harbour/include/hbcpage.hbx index d4b18a9c3c..9ec9d235c5 100644 --- a/harbour/include/hbcpage.hbx +++ b/harbour/include/hbcpage.hbx @@ -95,7 +95,6 @@ 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 3e30098717..55b341d24f 100644 --- a/harbour/src/codepage/Makefile +++ b/harbour/src/codepage/Makefile @@ -71,7 +71,6 @@ 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 deleted file mode 100644 index 838c3e95e4..0000000000 --- a/harbour/src/codepage/cpskkam.c +++ /dev/null @@ -1,22 +0,0 @@ -/* - * $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 "ABCDEFGHIJKLMNOPPQRSTUpVWXYZ" -#define HB_CP_LOWER "abcdefghijklmnoQpqrstuqvwxyz" -/* include CP registration code */ -#include "hbcdpreg.h"