From 6e880276841c2fc322ca1be81efe7515884657e0 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 10 Nov 2009 14:15:53 +0000 Subject: [PATCH] 2009-11-10 15:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/codepage/cpes850c.c * src/codepage/cpnl850.c * src/codepage/cpde850.c * src/codepage/cpfi850.c * src/codepage/cpit850.c ! Wrong CP in descriptions. --- harbour/ChangeLog | 8 ++++++++ harbour/src/codepage/cpde850.c | 2 +- harbour/src/codepage/cpes850c.c | 2 +- harbour/src/codepage/cpfi850.c | 2 +- harbour/src/codepage/cpit850.c | 2 +- harbour/src/codepage/cpnl850.c | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d940e48a79..7d26b5cf69 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-10 15:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * src/codepage/cpes850c.c + * src/codepage/cpnl850.c + * src/codepage/cpde850.c + * src/codepage/cpfi850.c + * src/codepage/cpit850.c + ! Wrong CP in descriptions. + 2009-11-10 15:05 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * codepage/Makefile - codepage/cpesisoc.c diff --git a/harbour/src/codepage/cpde850.c b/harbour/src/codepage/cpde850.c index fb223d634a..6fcf964cdb 100644 --- a/harbour/src/codepage/cpde850.c +++ b/harbour/src/codepage/cpde850.c @@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 static HB_CODEPAGE s_codePage = { "DE850", - "German CP-852 (ntxger.obj compatible)", + "German CP-850 (ntxger.obj compatible)", HB_UNITB_850, s_flags, s_upper, diff --git a/harbour/src/codepage/cpes850c.c b/harbour/src/codepage/cpes850c.c index 536fe5fed3..8bd4a86445 100644 --- a/harbour/src/codepage/cpes850c.c +++ b/harbour/src/codepage/cpes850c.c @@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 static HB_CODEPAGE s_codePage = { "ES850", - "Spanish CP-852 (ntxspa.obj compatible)", + "Spanish CP-850 (ntxspa.obj compatible)", HB_UNITB_850, s_flags, s_upper, diff --git a/harbour/src/codepage/cpfi850.c b/harbour/src/codepage/cpfi850.c index 7eb24d64ef..8ce1003106 100644 --- a/harbour/src/codepage/cpfi850.c +++ b/harbour/src/codepage/cpfi850.c @@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 static HB_CODEPAGE s_codePage = { "FI850", - "Finnish CP-852 (ntxfin.obj compatible)", + "Finnish CP-850 (ntxfin.obj compatible)", HB_UNITB_850, s_flags, s_upper, diff --git a/harbour/src/codepage/cpit850.c b/harbour/src/codepage/cpit850.c index db6e387ee4..aa4bc01642 100644 --- a/harbour/src/codepage/cpit850.c +++ b/harbour/src/codepage/cpit850.c @@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 static HB_CODEPAGE s_codePage = { "IT850", - "Italian CP-852 (ntxita.obj compatible)", + "Italian CP-850 (ntxita.obj compatible)", HB_UNITB_850, s_flags, s_upper, diff --git a/harbour/src/codepage/cpnl850.c b/harbour/src/codepage/cpnl850.c index ce87b192a3..000790c894 100644 --- a/harbour/src/codepage/cpnl850.c +++ b/harbour/src/codepage/cpnl850.c @@ -23,7 +23,7 @@ static const unsigned char s_sort [ 256 ] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14 static HB_CODEPAGE s_codePage = { "NL850", - "Dutch CP-852 (ntxdut.obj compatible)", + "Dutch CP-850 (ntxdut.obj compatible)", HB_UNITB_850, s_flags, s_upper,