Search found 914 matches: unicode

Return to advanced search

Re: New FWH 24.04

... Embarcadero Technologies, Inc. Error: Unresolved external 'SetWindowThemeAttribute' referenced from S:\PROJECT\ACCOUNTS PAYABLE SYSTEM\SQL-UNICODE-SDI\xxx\OBJ32UH\WINDOW.OBJ Error: Unresolved external 'SetWindowTheme' referenced from S:\PROJECT\ACCOUNTS PAYABLE SYSTEM\SQL-UNICODE-SDI\xxx\OBJ32UH\WINDOW.OBJ ...
by richard-service
Wed Apr 24, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 3
Views: 126

Re: Centrar texto VERTICALMENTE

... Using HaruPDF, by setting TPrinter():lUseHaruPDF := .t. pros: (1) Smaller size. (2) Good Quality (3) pdfs are editable. cons: (1) Does not support Unicode fonts. (Concern only for East/Middle Asian languages) (2) Does not support Hallow Text with image brush.
by nageswaragunupudi
Wed Apr 10, 2024 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 482

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: 54331

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: 54331

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: 245

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: 245

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: 54331

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: 54331

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: 54331

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: 54331

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: 1028

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: 1028

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: 1028

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: 8334
Next

Return to advanced search