diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 437cc3b2d9..b6b3905a6c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-12-05 21:15 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) + * harbour/source/codepage/cpltwin.c + * harbour/source/lang/msgltwin.c + * changed language ID to: LTWIN + * svn properties + 2007-12-05 20:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * source/codepage/cphuwins.c * source/codepage/cphuiso.c diff --git a/harbour/source/codepage/cpltwin.c b/harbour/source/codepage/cpltwin.c index 98302e4bc6..f3ef731455 100644 --- a/harbour/source/codepage/cpltwin.c +++ b/harbour/source/codepage/cpltwin.c @@ -4,7 +4,7 @@ /* * Harbour Project source code: - * National Collation Support Module ( LT ) + * National Collation Support Module ( LTWIN ) * * Copyright 2002 Alexander S.Kresin * www - http://www.harbour-project.org @@ -85,16 +85,16 @@ same excepting the characters case, of course. */ -static HB_CODEPAGE s_codepage = { "LT", +static HB_CODEPAGE s_codepage = { "LTWIN", HB_CPID_1257,HB_UNITB_1257,NUMBER_OF_CHARACTERS, "AÀBCÈDEÆËFGHIÁYJKLMNOPQRSÐTUØÛVWXZÞ", "aàbcèdeæëfghiáyjklmnopqrsðtuøûvwxzþ", IS_LATIN, ACCENTED_EQUAL, ACCENTED_INTERLEAVED, 0, 0, NULL, NULL, NULL, NULL, 0, NULL }; -HB_CODEPAGE_INIT( LT ) +HB_CODEPAGE_INIT( LTWIN ) #if defined(HB_PRAGMA_STARTUP) - #pragma startup hb_codepage_Init_LT + #pragma startup hb_codepage_Init_LTWIN #elif defined(HB_MSC_STARTUP) #if _MSC_VER >= 1010 #pragma data_seg( ".CRT$XIY" ) @@ -102,7 +102,7 @@ HB_CODEPAGE_INIT( LT ) #else #pragma data_seg( "XIY" ) #endif - static HB_$INITSYM hb_vm_auto_hb_codepage_Init_LT = hb_codepage_Init_LT; + static HB_$INITSYM hb_vm_auto_hb_codepage_Init_LTWIN = hb_codepage_Init_LTWIN; #pragma data_seg() #endif diff --git a/harbour/source/lang/msgltwin.c b/harbour/source/lang/msgltwin.c index 2f574abbb3..10b9dce684 100644 --- a/harbour/source/lang/msgltwin.c +++ b/harbour/source/lang/msgltwin.c @@ -1,5 +1,5 @@ /* - * $Id: msgltwin.c 8122 2007-12-01 22:00:27Z snaiperis $ + * $Id$ */ /* @@ -61,12 +61,12 @@ static HB_LANG s_lang = { /* Identification */ - "LT", /* ID */ + "LTWIN", /* ID */ "Lithuanian", /* Name (in English) */ "Lietuviø", /* Name (in native language) */ "LT", /* RFC ID */ "Windows-1257", /* Codepage */ - "$Revision: 1.5 $ $Date$", /* Version */ + "$Revision$ $Date$", /* Version */ /* Month names */