* harbour/src/codepage/cpsk852.c
* harbour/src/codepage/cpskiso.c
! fixed typo in CP declaration:
HB_CDP_ACSORT_INTERLEAVED -> HB_CDP_ACSORT_NONE
24 lines
653 B
C
24 lines
653 B
C
/*
|
||
* $Id$
|
||
*/
|
||
|
||
/*
|
||
* Harbour Project source code:
|
||
* National Collation Support Module ( SK852 )
|
||
*
|
||
* 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 SK852
|
||
#define HB_CP_INFO "Slovak CP-852"
|
||
#define HB_CP_UNITB HB_UNITB_852
|
||
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
|
||
#define HB_CP_UPPER "AµŽBC¬DÒ.DZ..D¦.E<>·ÓFGH.CH.IÖJKL‘•MNÕOà♊PQRèüSæT›UéÞšëVWXYíZ¦"
|
||
#define HB_CP_LOWER "a „bcŸdÔ.dz..d§.e‚؉fgh.ch.i¡jkl’–mnåo¢“”‹pqrêýsçtœu£…<C2A3>ûvwxyìz§"
|
||
|
||
/* include CP registration code */
|
||
#include "hbcdpreg.h"
|