2010/1/4 Przemysław Czerpak <[email protected]>: > 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.
Many thanks, it works. I've changed ITISO to use: ... #define HB_CP_INFO "Italian ISO-8859-15" #define HB_CP_UNITB HB_UNITB_8859_15 ... and I can type the euro symbol the same if I change to ITWIN. I'm sorry, I completely forgot the gtxwc hack. Clearly it worked only with codepages with euro in 0x80. > 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. I'll do some tests. best regards, Lorenzo _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
