* (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
21 lines
625 B
C
21 lines
625 B
C
/*
|
|
* Harbour Project source code:
|
|
* National Collation Support Module (FI850)
|
|
*
|
|
* 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 FI850
|
|
#define HB_CP_INFO "Finnish CP-850 (ntxfin.obj compatible)"
|
|
#define HB_CP_UNITB HB_UNITB_850
|
|
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
|
|
#define HB_CP_UPPER "ABCDEÉFGHIJKLMNOPQRSTUVWXYÜZÅÄÖ"
|
|
#define HB_CP_LOWER "abcdeéfghijklmnopqrstuvwxyüzåäö"
|
|
#define HB_CP_UTF8
|
|
|
|
/* include CP registration code */
|
|
#include "hbcdpreg.h"
|