2013-02-19 01:48 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* harbour/src/codepage/l_sr_cyr.h
    ! restored original Serbian collation by Srdjan Dragojlovic - thanks.

  * harbour/src/codepage/cpsr646c.c
    ! use special collation version for Serbian ISO-646C (Cyrillic YUSCII).
      AFAIK it should be the same order as in Serbian ISO-646 (Latin YUSCII)
      so user can dynamically switch between both encodings and still use
      the same binary indexes. If I'm wrong then Serbian users will have to
      fix me.
This commit is contained in:
Przemyslaw Czerpak
2013-02-19 00:49:01 +00:00
parent 491f4f5cad
commit 391573a2b9
3 changed files with 16 additions and 4 deletions

View File

@@ -10,6 +10,17 @@
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
*/
2013-02-19 01:48 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/codepage/l_sr_cyr.h
! restored original Serbian collation by Srdjan Dragojlovic - thanks.
* harbour/src/codepage/cpsr646c.c
! use special collation version for Serbian ISO-646C (Cyrillic YUSCII).
AFAIK it should be the same order as in Serbian ISO-646 (Latin YUSCII)
so user can dynamically switch between both encodings and still use
the same binary indexes. If I'm wrong then Serbian users will have to
fix me.
2013-12-18 15:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/gtwvg/gtwgud.c
* contrib/gtwvg/gtwvgd.c

View File

@@ -54,7 +54,8 @@
#define HB_CP_INFO "Serbian ISO-646C (Cyrillic YUSCII)"
#define HB_CP_UNITB HB_UNITB_646YUC
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
#include "l_sr_cyr.h"
#define HB_CP_UPPER "АБЦЧЋДЂЕФГХИЈКЛМНОПЉРСШТУВЊЏЅЗЖ"
#define HB_CP_LOWER "абцчћдђефгхијклмнопљрсштувњџѕзж"
#define HB_CP_UTF8
/* include CP registration code */

View File

@@ -2,7 +2,7 @@
* $Id$
*/
/* Przemyslaw Czerpak <druzus / at / priv.onet.pl> */
/* SERBIAN collating sequence done by Srdjan Dragojlovic <digikv@yahoo.com> */
#define HB_CP_UPPER "АБЦЧЋДЂЕФГХИЈКЛМНОПЉРСШТУВЊЏЅЗЖ"
#define HB_CP_LOWER "абцчћдђефгхијклмнопљрсштувњџѕзж"
#define HB_CP_UPPER "АБВГДЂЕЖЗИЈКЛЉМНЊОПРСТЋУФХЦЧЏШ"
#define HB_CP_LOWER "абвгдђежзијклљмнњопрстћуфхцчџш"