* harbour/src/codepage/cpcskamc.c
* harbour/src/codepage/cpskkamc.c
* replaced binary tables used to create CSKAMC and SKKAMC with
human readable definition using HB_CDP_CSSORT_MIXED
25 lines
697 B
C
25 lines
697 B
C
/*
|
||
* $Id$
|
||
*/
|
||
|
||
/*
|
||
* Harbour Project source code:
|
||
* National Collation Support Module ( CSKAMC )
|
||
*
|
||
* Copyright 2009 Przemyslaw Czerpak <druzus / at / priv.onet.pl>
|
||
* www - http://harbour-project.org
|
||
*
|
||
* This file is generated automatically by cpinfo.prg
|
||
*/
|
||
|
||
#define HB_CP_ID CSKAMC
|
||
#define HB_CP_INFO "Czech Kamenicky (ntxcz895.obj compatible)"
|
||
#define HB_CP_UNITB HB_UNITB_KAM
|
||
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
|
||
#define HB_CP_CSSORT HB_CDP_CSSORT_MIXED
|
||
#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"
|