* 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
655 B
C
24 lines
655 B
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
/*
|
|
* Harbour Project source code:
|
|
* National Collation Support Module ( SKISO )
|
|
*
|
|
* 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 SKISO
|
|
#define HB_CP_INFO "Slovak ISO-8859-2"
|
|
#define HB_CP_UNITB HB_UNITB_8859_2
|
|
#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úùüûvwxyýz¾"
|
|
|
|
/* include CP registration code */
|
|
#include "hbcdpreg.h"
|