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:
@@ -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
|
||||
|
||||
@@ -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æT›UéÞšëVWXYíZ¦"
|
||||
#define HB_CP_LOWER "a „bcŸdÔ.dz..d§.e‚؉fgh.ch.i¡jkl’–mnåo¢“”‹pqrêýsçtœu£…<C2A3>ûvwxyìz§"
|
||||
|
||||
|
||||
@@ -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¾"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user