From 280b6dcff5f87e27c7ae1d71272056603a954853 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 30 Jan 2013 14:23:28 +0000 Subject: [PATCH] 2013-01-30 15:22 UTC+0100 Viktor Szakats (harbour syenar.net) * src/codepage/cphu852.c * src/codepage/cphuiso.c * src/codepage/cphuwin.c * src/codepage/l_hu.c % moved collation related NOTE to l_hu.c --- harbour/ChangeLog.txt | 7 +++++++ harbour/src/codepage/cphu852.c | 2 -- harbour/src/codepage/cphuiso.c | 2 -- harbour/src/codepage/cphuwin.c | 2 -- harbour/src/codepage/l_hu.c | 4 ++++ 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/harbour/ChangeLog.txt b/harbour/ChangeLog.txt index a01ef2aca2..abcc79c859 100644 --- a/harbour/ChangeLog.txt +++ b/harbour/ChangeLog.txt @@ -10,6 +10,13 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-01-30 15:22 UTC+0100 Viktor Szakats (harbour syenar.net) + * src/codepage/cphu852.c + * src/codepage/cphuiso.c + * src/codepage/cphuwin.c + * src/codepage/l_hu.c + % moved collation related NOTE to l_hu.c + 2013-01-30 15:15 UTC+0100 Viktor Szakats (harbour syenar.net) + src/codepage/l_bg.c + src/codepage/l_cs.c diff --git a/harbour/src/codepage/cphu852.c b/harbour/src/codepage/cphu852.c index fe4039a0fe..ae3c2f631b 100644 --- a/harbour/src/codepage/cphu852.c +++ b/harbour/src/codepage/cphu852.c @@ -12,8 +12,6 @@ * This file is generated automatically by cpinfo.prg */ -/* NOTE: Ä/ä has been added to work like sixhu852.obj for S*ccessWare SIx Driver. [vszakats] */ - #define HB_CP_ID HU852 #define HB_CP_INFO "Hungarian CP-852 (sixhu852.obj compatible)" #define HB_CP_UNITB HB_UNITB_852 diff --git a/harbour/src/codepage/cphuiso.c b/harbour/src/codepage/cphuiso.c index 235c8361c5..b53a5a14d4 100644 --- a/harbour/src/codepage/cphuiso.c +++ b/harbour/src/codepage/cphuiso.c @@ -50,8 +50,6 @@ * */ -/* NOTE: Ä/ä has been added to work like sixhu852.obj for S*ccessWare SIx Driver. [vszakats] */ - #define HB_CP_ID HUISO #define HB_CP_INFO "Hungarian ISO-8859-2" #define HB_CP_UNITB HB_UNITB_8859_2 diff --git a/harbour/src/codepage/cphuwin.c b/harbour/src/codepage/cphuwin.c index 3f50ec4c8e..d8b722d084 100644 --- a/harbour/src/codepage/cphuwin.c +++ b/harbour/src/codepage/cphuwin.c @@ -50,8 +50,6 @@ * */ -/* NOTE: Ä/ä has been added to work like sixhu852.obj for S*ccessWare SIx Driver. [vszakats] */ - #define HB_CP_ID HUWIN #define HB_CP_INFO "Hungarian Windows-1250" #define HB_CP_UNITB HB_UNITB_1250 diff --git a/harbour/src/codepage/l_hu.c b/harbour/src/codepage/l_hu.c index 70754f6350..0846f577d1 100644 --- a/harbour/src/codepage/l_hu.c +++ b/harbour/src/codepage/l_hu.c @@ -4,5 +4,9 @@ /* Viktor Szakats (harbour syenar.net) */ +/* NOTE: Ä/ä has been added to work like sixhu852.obj for + S*ccessWare SIx Driver, but it's not a Hungarian + character. [vszakats] */ + #define HB_CP_UPPER "AÁÄBCDEÉFGHIÍJKLMNOÓÖŐPQRSTUÚÜŰVWXYZ" #define HB_CP_LOWER "aáäbcdeéfghiíjklmnoóöőpqrstuúüűvwxyz"