* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
22 lines
743 B
C
22 lines
743 B
C
/*
|
|
* Harbour Project source code:
|
|
* National Collation Support Module (SKKAMC)
|
|
*
|
|
* 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 SKKAMC
|
|
#define HB_CP_INFO "Slovak Kamenicky (ntxsl895.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ÉĚFGHIÍJKLĹĽMNŇOÓÔÖPQRŔŘSŠTŤUÚŮÜVWXYÝZŽ"
|
|
#define HB_CP_LOWER "aáäbcčdďeéěfghiíjklĺľmnňoóôöpqrŕřsštťuúůüvwxyýzž"
|
|
#define HB_CP_UTF8
|
|
|
|
/* include CP registration code */
|
|
#include "hbcdpreg.h"
|