On Mon, 04 Jan 2010, Lorenzo Fiorini wrote:

Hi,

> BTW I've tried to remove the hack:
>      if ( outISO == 0x20ac )
>      {
>         buf[0] = (BYTE) 0x80;
>         n = 1;
>      }
> but I can't type the Euro sign without it.

Try GTXWC from current SVN:
   2010-01-04 13:10 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

It should work with CPs having euro sign on different position, i.e.
with modified ITISO using ISO-8859-15 or ISO-8859-16.

You can also compile it with HB_USER_CFLAGS=-DHB_XWC_USE_LOCALE.
In such case it enables locale what should help when some local
keyboard layout are used.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to