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
This commit is contained in:
Przemyslaw Czerpak
2010-11-29 14:47:50 +00:00
parent f65ef41176
commit 85d282c49c
3 changed files with 8 additions and 2 deletions

View File

@@ -16,6 +16,12 @@
The license applies to all entries newer than 2009-04-28.
*/
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 15:42 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/cdpapi.c
! fixed character sort weight calculation for digraphs

View File

@@ -15,7 +15,7 @@
#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_INTERLEAVED
#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§"

View File

@@ -15,7 +15,7 @@
#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_INTERLEAVED
#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¾"