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
This commit is contained in:
Mindaugas Kavaliauskas
2007-12-05 19:16:06 +00:00
parent b5d898c6cc
commit 9e48e027fe
3 changed files with 14 additions and 8 deletions

View File

@@ -8,6 +8,12 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -4,7 +4,7 @@
/*
* Harbour Project source code:
* National Collation Support Module ( LT )
* National Collation Support Module ( LTWIN )
*
* Copyright 2002 Alexander S.Kresin <alex@belacy.belgorod.su>
* 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

View File

@@ -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 */