Search found 912 matches: unicode

Return to advanced search

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... Hakkan's problem is not with codepages or utf8/ANSI/OEM related issues. His problem is with a Bug in TGet, where TGet hWnd changes from ANSI to Unicode window. I understand master Nages. Very complicated situation. Entiendo maestro Nages. Situación muy complicada. Gracias, thanks. Regards, saludos.
by karinha
Mon Feb 19, 2024 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52350

Re: Fwh 23.10 TGet another problem (UNSOLVED)

For Turkish, Windows default ANSI codepage is 1254 and OEM codepage is 857.
Harbour TRWIN is cp1254.

But Hakkan's problem is not with codepages or utf8/ANSI/OEM related issues.

His problem is with a Bug in TGet, where TGet hWnd changes from ANSI to Unicode window.
by nageswaragunupudi
Mon Feb 19, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52350

Re: XML =. Utf-8, que codificación pongo para mariaDB?

Estoy trabajando con una maquina virtual en una MAC, que tiene instalado windows y en ese windows tengo instalado mariadb, no esta en la lista dicho utf8_unicode_ci. Lo mas parecido en la lista es uft8mb4_unicode_ci Asi y todo cuando. muestro la linea del xml en un GET no me muestra bien el texto, ...
by nageswaragunupudi
Mon Feb 19, 2024 1:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 208

Re: XML =. Utf-8, que codificación pongo para mariaDB?

Estoy trabajando con una maquina virtual en una MAC, que tiene instalado windows y en ese windows tengo instalado mariadb, no esta en la lista dicho utf8_unicode_ci. Lo mas parecido en la lista es uft8mb4_unicode_ci Asi y todo cuando. muestro la linea del xml en un GET no me muestra bien el texto, m...
by goosfancito
Mon Feb 19, 2024 11:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML =. Utf-8, que codificación pongo para mariaDB?
Replies: 5
Views: 208

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... Main()   local oDlg, oGet, oFont, nKey := 0   local cVar  := Space( 10 )   HB_CDPSELECT( "TRWIN" )   FW_SetUnicode( .f. )   SetGetColorFocus()   DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-20 CHARSET 162 // Use the charset that works ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52350

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... with buildh.ba in the samples folder? For a moment, let us not bother about the font. Important for us is to check whether the Get is ANSI or Unicode When I start to run my application, it say "ANSI GET" first, after than when i press any character (1, A, Ğ), it changes to "UTF8 ...
by Horizon
Sun Feb 04, 2024 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52350

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... with buildh.ba in the samples folder? For a moment, let us not bother about the font. Important for us is to check whether the Get is ANSI or Unicode
by nageswaragunupudi
Sun Feb 04, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52350

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... test. I have change your code:   @  40, 40 GET oGet VAR cVar SIZE 200,32 PIXEL OF oDlg ON CHANGE oDlg:Update() ACTION MsgInfo( IsWindowUnicode( oGet:hWnd ) ) Result is always .F. My code Get is like that in sameway.     @ 13,55 GET oGet_1 VAR xACIK OF oDlg PIXEL SIZE 160,10 ...
by Horizon
Sun Feb 04, 2024 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52350

Re: Unicode vs UTF8

... Accented WU characters are encoded with 2 bytes. Complex scripts like Asian languages use 3 bytes for each character. utf8 also is one form of Unicode encodings. Windows uses UTF16LE (Little Endian) encoding for all characters, i.e., 2 bytes for each character. This is what we call Wide Char. ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 894

Re: Unicode vs UTF8

Antonio Linares wrote:Unicode uses TWO bytes per each character

UTF8 just uses TWO bytes for special characters only! (>127)


Using an escape character? If yes, which character?
by Enrico Maria Giordano
Sun Jan 07, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 894

Unicode vs UTF8

Unicode uses TWO bytes per each character

UTF8 just uses TWO bytes for special characters only! (>127)
by Antonio Linares
Sun Jan 07, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 894

Re: Using Microsoft AI Phi-2 from FWH

... functions ? Can you convert the FWH GUI part of the example to HMG ? as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL Function HMG_CallDLL() detects the current code page and appropriately called the ANSI or Unicode version of the function. Syntax: HMG_CallDLL ...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 6938

Re: Inserting a string with CRLF into a single-line TGet.

... OS reads it. Now Windows OS reads the modified string. Note: Limitations: 1. This is working with ANSI gets only. Not working reliably with Unicode gets. We are looking into it. 2. This works if the user pastes by pressing Ctrl-V. Does not work if the user pastes by selecting "Paste" ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 726

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

... favor, revisa el código fuente prg para conocer la lista de estilos. * ListView samples: (1) listvie1.prg revisado (2) listvie2.prg implementación unicode * Implimentación unicode para ToolBars y Rebars, ejemplo revisado samples\toolbar1.prg * Mejora: Función FW_SayTextHilite(). El último parámetro ...
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: 3580
Next

Return to advanced search