2013-01-30 12:25 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/codepage/cphr646.c
* src/codepage/cpsl646.c
* src/codepage/cpsr646.c
! fixed escape chars wrongly converted in prev commit
* src/codepage/cpsr646c.c
+ converted to UTF-8.
; TODO: test it.
* tests/cpinfo.prg
+ generate UTF-8 CP modules when using Harbour builds.
; NOTE: Now all CPs are using UTF-8 (#define HB_CP_UTF8)
so now we may well delete the non-UTF-8 mode and
the extra flag as well.
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
#define HB_CP_INFO "Croatian ISO-646 (CROSCII)"
|
||||
#define HB_CP_UNITB HB_UNITB_646YU
|
||||
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
|
||||
#define HB_CP_UPPER "ABCČĆDĐĐEFGHIJKLMNOPQRSŠTUVWXYZŽ"
|
||||
#define HB_CP_UPPER "ABCČĆDĐEFGHIJKLMNOPQRSŠTUVWXYZŽ"
|
||||
#define HB_CP_LOWER "abcčćdđefghijklmnopqrsštuvwxyzž"
|
||||
#define HB_CP_UTF8
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
#define HB_CP_INFO "Slovenian ISO-646 (SLOSCII)"
|
||||
#define HB_CP_UNITB HB_UNITB_646YU
|
||||
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
|
||||
#define HB_CP_UPPER "ABCČĆDĐĐEFGHIJKLMNOPQRSŠTUVWXYZŽ"
|
||||
#define HB_CP_UPPER "ABCČĆDĐEFGHIJKLMNOPQRSŠTUVWXYZŽ"
|
||||
#define HB_CP_LOWER "abcčćdđefghijklmnopqrsštuvwxyzž"
|
||||
#define HB_CP_UTF8
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
#define HB_CP_INFO "Serbian ISO-646 (YUSCII)"
|
||||
#define HB_CP_UNITB HB_UNITB_646YU
|
||||
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
|
||||
#define HB_CP_UPPER "ABCČĆDĐĐEFGHIJKLMNOPQRSŠTUVWXYZŽ"
|
||||
#define HB_CP_UPPER "ABCČĆDĐEFGHIJKLMNOPQRSŠTUVWXYZŽ"
|
||||
#define HB_CP_LOWER "abcčćdđefghijklmnopqrsštuvwxyzž"
|
||||
#define HB_CP_UTF8
|
||||
|
||||
|
||||
@@ -54,8 +54,9 @@
|
||||
#define HB_CP_INFO "Serbian ISO-646C (Cyrillic YUSCII)"
|
||||
#define HB_CP_UNITB HB_UNITB_646YUC
|
||||
#define HB_CP_ACSORT HB_CDP_ACSORT_NONE
|
||||
#define HB_CP_UPPER "ABC^]D\\EFGHIJKLMNOPQRS[TUVWXYZ@"
|
||||
#define HB_CP_LOWER "abc~}d|efghijklmnopqrs{tuvwxyz`"
|
||||
#define HB_CP_UPPER "АБЦЧЋДЂЕФГХИЈКЛМНОПЉРСШТУВЊЏЅЗЖ"
|
||||
#define HB_CP_LOWER "абцчћдђефгхијклмнопљрсштувњџѕзж"
|
||||
#define HB_CP_UTF8
|
||||
|
||||
/* include CP registration code */
|
||||
#include "hbcdpreg.h"
|
||||
|
||||
Reference in New Issue
Block a user