Files
harbour-core/harbour/src/codepage/cpsk852.c
Przemyslaw Czerpak 85d282c49c 2010-11-29 15:47 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/codepage/cpsk852.c
  * harbour/src/codepage/cpskiso.c
    ! fixed typo in CP declaration:
      HB_CDP_ACSORT_INTERLEAVED -> HB_CDP_ACSORT_NONE
2010-11-29 14:47:50 +00:00

24 lines
653 B
C
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/*
* $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æTUéÞšëVWXYíZ¦"
#define HB_CP_LOWER "a „bcŸdÔ.dz..d§.e؉fgh.ch.i¡jklmnåo¢“”pqrêýsçtœu£…<C2A3>ûvwxyìz§"
/* include CP registration code */
#include "hbcdpreg.h"