Search found 491 matches: utf8

Return to advanced search

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Hi,

REQUEST HB_CODEPAGE_UTF8

HB_CdpSelect( "UTF8" )
FW_SetUnicode( .T. )
by ertan
Wed Feb 21, 2024 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54239

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. I understand master Nages. Very ...
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: 54239

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

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

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

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

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... sent using buildh32.bat in sample directory. The results were exactly like on my own computer. In other words, when the theme is installed, "UTF8 GET" is constantly written on the screen.
by Horizon
Tue Feb 06, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54239

Re: Fwh 23.10 TGet another problem (UNSOLVED)

ertan wrote:Mr. Rao,

Your welcome. I'm not use any third party components or activex.

Best regards,


Mr. Ertan
Can we give you some more trouble?
Do you get the same behavior as Mr. Hakkan when you add manifest to my sample? Do you see ANSI GET changing to UTF8 GET?
by nageswaragunupudi
Mon Feb 05, 2024 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54239

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I have added theme your sample and says "UTF8 GET".


Yes.

but Turkish characters gone in TGet.


It is the other way round here

I will get back.
by nageswaragunupudi
Sun Feb 04, 2024 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54239

Re: Fwh 23.10 TGet another problem (UNSOLVED)

nageswaragunupudi wrote:Are you using Windows Manifest while testing this sample?


Yes Mr. Rao.

I use theme. I have removed and it says always "ANSI GET" but Turkish characters gone in TGet.

I have added theme your sample and says "UTF8 GET".

Code: Select all  Expand view
1 24 "WindowsXP.Manifest"
by Horizon
Sun Feb 04, 2024 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54239

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... page. 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 GET" This should not change to "UTF8 GET". We need to find the reason. May I request Mr. Ertan to kindly inform if he always sees ...
by nageswaragunupudi
Sun Feb 04, 2024 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54239

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... || ListAsc( cVar ) } SIZE 390,70 PIXEL OF oDlg UPDATE   @ 200, 40 SAY { || If( IsWindowUnicode( oGet:hWnd ), "UTF8", "ANSI" ) + ;      " GET" } SIZE 200,32 PIXEL OF oDlg UPDATE   @ 200,310 BUTTON "CLOSE" SIZE 100,40 ...
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: 54239

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I see "UTF8 GET". It should not be. It should always remain "ANSI GET". Can you please re-install FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For ...
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: 54239

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I see "UTF8 GET". It should not be. It should always remain "ANSI GET". Can you please re-install FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For ...
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: 54239

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... run the test program without changes this status is shown by the SAY  @ 200, 40 SAY { || If( IsWindowUnicode( oGet:hWnd ), "UTF8", "ANSI" ) + ;      " GET" } SIZE 200,32 PIXEL OF oDlg UPDATE  This result always remains "ANSI GET". ...
by Horizon
Sun Feb 04, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54239
Next

Return to advanced search