Search found 281 matches: setunicode

Return to advanced search

Re: New FTDN October/Octubre 2023 (FWH 23.10)

Agosto, Septiembre, Octubre 2023 ================================ * Fubción WebPageContents() en imgtxtio.prg: En caso de URLs inexistentes devuelve NIL, mientras que se espera que el valor de retorno sea siempre un valor de carácter. Ahora se ha corregido para que devuelva "" en lugar de ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3908

Re: Fwh 23.10 TGet another problem

Antonio Linares wrote:Dear Hakan,

> Turkish characters are displayed as question mark in fwh 23.10. when FW_SetUnicode( .F. )

Was this working fine with FWH 23.07 ?

Yes.
by Horizon
Wed Nov 15, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54332

Re: Fwh 23.10 TGet another problem

Dear Hakan,

> Turkish characters are displayed as question mark in fwh 23.10. when FW_SetUnicode( .F. )

Was this working fine with FWH 23.07 ?
by Antonio Linares
Wed Nov 15, 2023 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54332

Re: Fwh 23.10 TGet another problem

The used language is turkish, select the charset you need, does the dialog title looks fine ? This example is not using FWH. This is pure C. Can we make it look fine ? Dear Antonio, Yes, I have tried this and enough for displaying Turkish Charset.Code:TFont():nDefaultCharSet := 1but My Get ...
by Horizon
Wed Nov 15, 2023 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54332

Re: Fwh 23.10 TGet another problem

ertan wrote:New and older versions of FW or SetUnicode() values no differences. same result. Maybe your font set is problem?


There is not any problem fwh 23.07.
by Horizon
Tue Nov 07, 2023 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54332

Re: Fwh 23.10 TGet another problem

New and older versions of FW or SetUnicode() values no differences. same result. Maybe your font set is problem?
by ertan
Tue Nov 07, 2023 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54332

Re: Fwh 23.10 TGet another problem

ertan wrote:perfectly worked for me. I have no problem


Fwh 23.10 and FW_SetUnicode( .F. ) ?
by Horizon
Tue Nov 07, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54332

Fwh 23.10 TGet another problem (UNSOLVED)

Hi,

Turkish characters are displayed as question mark in fwh 23.10. when FW_SetUnicode( .F. )

any help?
by Horizon
Mon Nov 06, 2023 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54332

Fwh 23.10 TGet problem (Solved)

Hi, I have installed version 23.10. I have compiled my all code in application without any error. I cannot enter anything on the username and password page at the entrance of my application. I use FW_SetUnicode( .f. ). When I change FW_SetUnicode( .t. ), I can enter. Is this a mistake? Is it a speci...
by Horizon
Fri Nov 03, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet problem (Solved)
Replies: 3
Views: 344

New FTDN October/Octubre 2023 (FWH 23.10)

August, September, October 2023 =============================== * function WebPageContents() in imgtxtio.prg: In case of non-existent URLs this function is returning NIL, where as return value is expected to be always a character value. Now fixed to return "" in such cases instead of nil T...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3908

Re: TGet() - UTF8 encoding fails [Unsolved]

Since the Upper() function doesn't work 'properly' for UTF8, ... Yes, Harbour's Upper() function does not work with UTF8 encoded Umlauts. Even with Ansi encoded umlauts, Harbour Upper/Lower functions work only if the codepage is set to German. But a Unicode Get control does not have to depend on Ha...
by nageswaragunupudi
Sat Oct 14, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1735

Re: who use PostgreSQL with Fivewin ?

I used (4-5 years ago)

FW_SetUnicode( .t. )
oPQ:= TPQServer():New( cHost, BaseName, TableName, password, , "public")
by Natter
Wed Sep 27, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1043

Re: Listview Unicode for CLASS TGrid()

hi, i do understand that East Asian Languages are not the biggest Problem for Fivewin my TGrid() ANSI Version work so far but when enable LVS_OWNERDATA it does not work with FW_SetUnicode( .T. ) :(      ::nStyle := nOR( ::nStyle, LVS_OWNERDATA )      ::bDisplay := { | nPtrNMHDR | ::OnDI...
by Jimmy
Mon Sep 04, 2023 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 412

Re: not ISOEM(), ISANSI() or IsUTF8()

We need to keep this in mind. While all English characters and all characters of other West European languages other than accented characters are represented by a single byte in both ANSI and UTF8 notiation, the accented characters (which include German Umlauts) are represented by a single byte in A...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2099

not ISOEM(), ISANSI() or IsUTF8()

hi, i do try get String from DBF FIELD Type "C"      xValue := FieldGet(ii)      cType := aStruct [ ii ] [ DBS_TYPE ] than i "test" for ISOEM(), ISANSI() or IsUTF8()      DO CASE        CASE cType = "C" .or. cType = "M"          IF ISOE...
by Jimmy
Sat Aug 26, 2023 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2099
PreviousNext

Return to advanced search