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.
This commit is contained in:
Przemyslaw Czerpak
2010-11-21 12:53:29 +00:00
parent a3514c8ca1
commit a7d39e1c3f
4 changed files with 32 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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