Re: [Harbour] bug: GTXWC and HB_GTI_WINTITLE

2009-10-28 Thread Tamas TEVESZ
On Wed, 28 Oct 2009, Przemysław Czerpak wrote: > > > hb_gtInfo( HB_GTI_WINTITLE, "string with accented chars" ) > > > doesn't seem to respect app CP (like now f.e. GTWVT does) > > > with GTXWC, accented chars don't appear correctly in title > > > bar. > > > I tried to fix it by convertin

Re: [Harbour] bug: GTXWC and HB_GTI_WINTITLE

2009-10-28 Thread Przemysław Czerpak
On Wed, 28 Oct 2009, Tamas TEVESZ wrote: Hi, > > hb_gtInfo( HB_GTI_WINTITLE, "string with accented chars" ) > > doesn't seem to respect app CP (like now f.e. GTWVT does) > > with GTXWC, accented chars don't appear correctly in title > > bar. > > I tried to fix it by converting to UTF8 in gtx

Re: [Harbour] bug: GTXWC and HB_GTI_WINTITLE

2009-10-27 Thread Tamas TEVESZ
On Wed, 28 Oct 2009, Viktor Szakáts wrote: > hb_gtInfo( HB_GTI_WINTITLE, "string with accented chars" ) > > doesn't seem to respect app CP (like now f.e. GTWVT does) > with GTXWC, accented chars don't appear correctly in title > bar. > > I tried to fix it by converting to UTF8 in gtxwc.c,

[Harbour] bug: GTXWC and HB_GTI_WINTITLE

2009-10-27 Thread Viktor Szakáts
Hi All, hb_gtInfo( HB_GTI_WINTITLE, "string with accented chars" ) doesn't seem to respect app CP (like now f.e. GTWVT does) with GTXWC, accented chars don't appear correctly in title bar. I tried to fix it by converting to UTF8 in gtxwc.c, but I may be missing something as it's still not right