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)
This commit is contained in:
Viktor Szakats
2010-11-21 11:40:34 +00:00
parent e20e7bc4d9
commit a3514c8ca1
4 changed files with 6 additions and 24 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -71,7 +71,6 @@ C_SOURCES := \
cpsk852.c \
cpsk852c.c \
cpskiso.c \
cpskkam.c \
cpskwin.c \
cpsl646.c \
cpsl852.c \

View File

@@ -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 "A<>ŽBC€D…E<E280A6>‰ËFGHIJKLŠœMN¥O•§™PPQR«žST†U—¦špVWXY<58>Z"
#define HB_CP_LOWER "a „bc‡dƒeˆëfghi¡jkl<6B>Œmn¤o¢“”Qpqrª©s¨tŸu£<C2A3>qvwxy˜z"
/* include CP registration code */
#include "hbcdpreg.h"