Added missing char

This commit is contained in:
Antonio Linares
2003-05-01 19:19:34 +00:00
parent ff3abf042c
commit 781276e8ff
2 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
* $Id:
* $Id
*/
/*
@@ -59,7 +59,7 @@
#include "hbapi.h"
#include "hbapicdp.h"
#define NUMBER_OF_CHARACTERS 32 /* The number of single characters in the
#define NUMBER_OF_CHARACTERS 33 /* The number of single characters in the
alphabet, two-as-one aren't considered
here, accented - are considered. */
#define IS_LATIN 1 /* Should be 1, if the national alphabet
@@ -85,7 +85,7 @@
*/
static HB_CODEPAGE s_codepage = { "ES", NUMBER_OF_CHARACTERS,
"AµBCDE<EFBFBD>FGHIÖJKLMN¥OàPQRSTUéVWXYZ", "a bcdefghi¡jklmn¤o¢pqrstu£vwxyz",
"AµBCDE<EFBFBD>FGHIÖJKLMN¥OàPQRSTUéšVWXYZ", "a bcdefghi¡jklmn¤o¢pqrstu£<EFBFBD>vwxyz",
IS_LATIN, ACCENTED_EQUAL, ACCENTED_INTERLEAVED, 0,NULL, NULL,NULL,NULL,0,NULL };
HB_CODEPAGE_ANNOUNCE( ES );

View File

@@ -1,5 +1,5 @@
/*
* $Id:
* $Id
*/
/*
@@ -59,7 +59,7 @@
#include "hbapi.h"
#include "hbapicdp.h"
#define NUMBER_OF_CHARACTERS 32 /* The number of single characters in the
#define NUMBER_OF_CHARACTERS 33 /* The number of single characters in the
alphabet, two-as-one aren't considered
here, accented - are considered. */
#define IS_LATIN 1 /* Should be 1, if the national alphabet
@@ -85,7 +85,7 @@
*/
static HB_CODEPAGE s_codepage = { "ESWIN", NUMBER_OF_CHARACTERS,
"AÁBCDEÉFGHIÍJKLMNÑOÓPQRSTUÚVWXYZ", "aábcdeéfghiíjklmnñoópqrstuúvwxyz",
"AÁBCDEÉFGHIÍJKLMNÑOÓPQRSTUÚÜVWXYZ", "aábcdeéfghiíjklmnñoópqrstuúüvwxyz",
IS_LATIN, ACCENTED_EQUAL, ACCENTED_INTERLEAVED, 0,NULL, NULL,NULL,NULL,0,NULL };
HB_CODEPAGE_ANNOUNCE( ESWIN );
@@ -95,4 +95,4 @@ HB_CALL_ON_STARTUP_BEGIN( hb_codepage_Init_ESWIN )
HB_CALL_ON_STARTUP_END( hb_codepage_Init_ESWIN )
#if ! defined(__GNUC__) && ! defined(_MSC_VER)
#pragma startup hb_codepage_Init_ESWIN
#endif
#endif