diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9639e38585..5f21009887 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-19 12:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * src/codepage/Makefile + + src/codepage/cpel437.c + - src/codepage/cpgr437.c + * include/hbextcdp.ch + * Renamed GR437 codepage to EL437. EL is the ISO language code for Greek. + 2009-12-19 02:30 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg * contrib/hbxbp/xbpqtuiloader.prg diff --git a/harbour/include/hbextcdp.ch b/harbour/include/hbextcdp.ch index 582846b619..f97b9da9cc 100644 --- a/harbour/include/hbextcdp.ch +++ b/harbour/include/hbextcdp.ch @@ -69,6 +69,7 @@ EXTERNAL HB_CODEPAGE_DE850M EXTERNAL HB_CODEPAGE_DEISO EXTERNAL HB_CODEPAGE_DEWIN EXTERNAL HB_CODEPAGE_DK865 +EXTERNAL HB_CODEPAGE_EL437 EXTERNAL HB_CODEPAGE_EL737 EXTERNAL HB_CODEPAGE_ELISO EXTERNAL HB_CODEPAGE_ELWIN @@ -83,7 +84,6 @@ EXTERNAL HB_CODEPAGE_FR850 EXTERNAL HB_CODEPAGE_FR850M EXTERNAL HB_CODEPAGE_FRISO EXTERNAL HB_CODEPAGE_FRWIN -EXTERNAL HB_CODEPAGE_GR437 EXTERNAL HB_CODEPAGE_HR437 EXTERNAL HB_CODEPAGE_HR852 EXTERNAL HB_CODEPAGE_HRWIN diff --git a/harbour/src/codepage/Makefile b/harbour/src/codepage/Makefile index 9e969ecb50..161ff4dd88 100644 --- a/harbour/src/codepage/Makefile +++ b/harbour/src/codepage/Makefile @@ -18,6 +18,7 @@ C_SOURCES := \ cpdeiso.c \ cpdewin.c \ cpdk865.c \ + cpel437.c \ cpel737.c \ cpeliso.c \ cpelwin.c \ @@ -32,7 +33,6 @@ C_SOURCES := \ cpfr850m.c \ cpfriso.c \ cpfrwin.c \ - cpgr437.c \ cphr437.c \ cphr852.c \ cphrwin.c \ diff --git a/harbour/src/codepage/cpgr437.c b/harbour/src/codepage/cpel437.c similarity index 98% rename from harbour/src/codepage/cpgr437.c rename to harbour/src/codepage/cpel437.c index f3ae1e3da7..a199de667e 100644 --- a/harbour/src/codepage/cpgr437.c +++ b/harbour/src/codepage/cpel437.c @@ -4,7 +4,7 @@ /* * Harbour Project source code: - * National Collation Support Module ( GR437 ) + * National Collation Support Module ( EL437 ) * * Copyright 2009 Przemyslaw Czerpak * www - http://www.harbour-project.org @@ -12,7 +12,7 @@ * This file is generated automatically by cpinfo.prg */ -#define HB_CP_ID GR437 +#define HB_CP_ID EL437 #define HB_CP_INFO "Greek CP-437 (ntxgr437.obj compatible)" #define HB_CP_UNITB HB_UNITB_437