diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1f3bf7b770..220ecc00b3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-03-20 19:32 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * harbour/src/codepage/cp_big5.c + ! minor typo in information message + 2012-03-20 19:26 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/hbcdpreg.h + added few macros for extended CP definition diff --git a/harbour/src/codepage/cp_big5.c b/harbour/src/codepage/cp_big5.c index eb952350e3..0c2efcb3ed 100644 --- a/harbour/src/codepage/cp_big5.c +++ b/harbour/src/codepage/cp_big5.c @@ -165,7 +165,7 @@ static void hb_cp_init( PHB_CODEPAGE cdp ) #define HB_CP_RAW #define HB_CP_ID BIG5 -#define HB_CP_INFO "BIG5-5" +#define HB_CP_INFO "BIG-5" #define HB_CP_UNITB HB_UNITB_437 #define HB_CP_GET_FUNC BIG5_get