Search found 152 matches: charset

Return to advanced search

Re: Creating table with Trichedit

... New Roman", "Courier New", "Arial Cyr" ; FONTFAMILY "froman","fswiss","fmodern"; CHARSET 0,0,10; FONTSIZE 8 ; TWIPFACTOR 1440 oRTF:lTrimSpaces := .T. DEFINE PAGESETUP oRTF MARGINS 0.5,0.5, 0.3, 0.3 ; // ---, ---, сверху,---- ALIGN ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1451

Re: Creating table with Trichedit

... New Roman", "Courier New", "Arial Cyr" ; FONTFAMILY "froman","fswiss","fmodern"; CHARSET 0,0,10; FONTSIZE 8 ; TWIPFACTOR 1440 oRTF:lTrimSpaces := .T. DEFINE PAGESETUP oRTF MARGINS 0.5,0.5, 0.3, 0.3 ; // ---, ---, сверху,---- ALIGN ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1451

Re: Problema usando STRTRAN()

Armando:
Que Charset tienes definido en la tabla, y que Collation para ese campo?
Armando wrote:En una aplicación me funcionó al 100% pero este nuevo desarrollo no funciona mas

Comprueba que sea el mismo del proyecto que si te funcionaba
by cmsoft
Thu Jan 18, 2024 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema usando STRTRAN()
Replies: 10
Views: 425

Re: Consulta a un servidor

Podria ser una incopatibilidad entre tu set de caracteres y el que espera el servidor
Prueba envair en el content type el set: Algo asi: "Content-Type: application/x-www-form-urlencoded; charset=utf-8"
by cmsoft
Mon Dec 11, 2023 12:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta a un servidor
Replies: 5
Views: 849

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... font. Ansi encoded text containing some accented characters of WU languages can be displayed only with a font created using the corresponding Charset. But most FWH functions display them by converting them to utf8 encoding. (we will fix where there are some inadequacies still). Setting HB_CDPSELECT("UTF8") ...
by nageswaragunupudi
Sat Nov 25, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

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 ...
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: 54312

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 ?
by Antonio Linares
Tue Nov 14, 2023 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem

but I use this method to define Turkish Charset. I have a line in my make file like below Code: $(OBJDIR)\font.c : $(FWDIR)\source\classes\font.prg $(HBDIR)\bin\harbour $(FWDIR)\source\classes\font.prg /n \ /i$(FWDIR)\include;$(HBDIR)\include ...
by Horizon
Sun Nov 12, 2023 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem

but I use this method to define Turkish Charset. I have a line in my make file like below Code: $(OBJDIR)\font.c : $(FWDIR)\source\classes\font.prg $(HBDIR)\bin\harbour $(FWDIR)\source\classes\font.prg /n \ /i$(FWDIR)\include;$(HBDIR)\include ...
by nageswaragunupudi
Sat Nov 11, 2023 7:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

... instead of   LOCAL cVar1  := "üäö"  ? If so, yes! But the point is we need to INSERT utf8 text but not ANSI text when the table's charset is utf8 or utf8mb4. 8) :D Now, we need to check the method Insert and get back to you. Don't hurry, I've a workaround BTW: I missed [<lFindLast>] ...
by frose
Fri Nov 10, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

source code (UEStudio)

With UEStudio, can we enter constants in Utf8 and save in Utf8?
If so that is far better

But the point is we need to INSERT utf8 text but not ANSI text when the table's charset is utf8 or utf8mb4.

Now, we need to check the method Insert and get back to you.
by nageswaragunupudi
Fri Nov 10, 2023 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: Fwh 23.10 TGet another problem

Maybe your font set is problem? Can you please clarify how to define fonts choosing Turkish Charset? Got it, using CHARSET 162. With this font definition I am able to see Turkish fonts for the above ASCII codes correctly DEFINE FONT oFont NAME "Segoe UI" SIZE ...
by Horizon
Tue Nov 07, 2023 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem

Maybe your font set is problem? Can you please clarify how to define fonts choosing Turkish Charset? Got it, using CHARSET 162. With this font definition I am able to see Turkish fonts for the above ASCII codes correctly DEFINE FONT oFont NAME "Segoe UI" SIZE ...
by nageswaragunupudi
Tue Nov 07, 2023 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

Re: Fwh 23.10 TGet another problem

Maybe your font set is problem?


Can you please clarify how to define fonts choosing Turkish Charset?
by nageswaragunupudi
Tue Nov 07, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54312

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

As a reminder: The correct UTF8 hexcodes for 'üäö' are C3BC, C3A4 und C3B6, not DC C4 D6, see for example https://www.charset.org/utf-8! DC C4 D6 are the ANSI hexcodes +---+--------+-----------------+|STR|ANSI-HEX|UTF8-HEX         ||üäö|FC E4 F6|C3 BC C3 A4 C3 ...
by nageswaragunupudi
Thu Oct 12, 2023 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1731
Next

Return to advanced search