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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -71,6 +71,7 @@ C_SOURCES := \
|
||||
cpsk852.c \
|
||||
cpsk852c.c \
|
||||
cpskiso.c \
|
||||
cpskkam.c \
|
||||
cpskwin.c \
|
||||
cpsl646.c \
|
||||
cpsl852.c \
|
||||
|
||||
23
harbour/src/codepage/cpskkam.c
Normal file
23
harbour/src/codepage/cpskkam.c
Normal 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>‰FGHI‹JKLŠœMN¥O•§™PQR«žS›T†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"
|
||||
Reference in New Issue
Block a user