Search found 914 matches: unicode

Return to advanced search

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

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

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

Thanks
Wondering how do you know my mother tongue?
India has 21 Unicode languages.
by nageswaragunupudi
Sun Nov 26, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

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

... translation memory system (TMS) and should support as many languages as possible. It should therefore be able to process, display and edit as many Unicode characters as possible at the same time , I think UTF8 is the best choice for this. For example, there is a dialog to display all translations ...
by frose
Fri Nov 24, 2023 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... Even though I defined FW_Unicode(.f.) at the beginning of my application, when I press "Ğ" in the GET field, it looks correct, but the unicode comes to the variable as CHR(196)+CHR(158). This doesn't work for me. After each Get field, I have to deal with thousands of GET fields to convert ...
by Horizon
Sat Nov 18, 2023 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54335

Re: String in unicode

muchas gracias Antonio 8)
by frose
Fri Nov 17, 2023 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 471

Re: String in unicode

... UTF8: 1. 3.5 Codepage API - UTF8 and code page functions built into Harbour: http://www.kresin.ru/en/hrbfaq_3.html#Doc5 2. Unicode conversion functions for Harbour. http://www.hmgextended.com/files/CONTRIB/UnicodeConvert.prg unfortunately no longer online ...
by frose
Fri Nov 17, 2023 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 471

Re: String in unicode

Thank you, I will definitely use it!
by Natter
Thu Nov 16, 2023 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 471

Re: String in unicode

This is a UTF8 encoded string. You can use HB_UTF8LEN( cString ) to find the number of characters (not bytes) and HB_UTF8SUBSTR( cString, n, 1 ) to get the nth character (not byte) Example: Let us take a sample string in Hex: "41C39CC49EE0B095". This is displayed as : AÜĞక #include "f...
by nageswaragunupudi
Thu Nov 16, 2023 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 471

Re: String in unicode

Dear Yuri,

Please try:

? WideToStr( cUnicode )
by Antonio Linares
Thu Nov 16, 2023 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 471

Re: Fwh 23.10 TGet another problem

... In both versions, there is a code snippet like the one below inside the METHOD KeyChar function.      //      case nKey > 255         // reject unicode chars         SendMessage( ::hWnd, WM_CHAR, ASC( "?" ), 0 )         return 0  In fwh 23.10 version, when the nKey ...
by Horizon
Wed Nov 15, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54335

String in unicode

Hi,

There is a string in unicode. The length of Latin characters is 1 byte, the length of characters of other code pages is 2 bytes.
How to get an array of characters of this string ?
by Natter
Wed Nov 15, 2023 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 471

Re: Fwh 23.10 TGet another problem

... for? I do not any problem with displaying turkish characters (for examle TSay()) I have pressing Turkish characters in TGet() class. I do not use unicode, so there is FW_SetUnicode(.f.) at first lines of my application. I just wanted to clarify.
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: 54335

Re: TGet():ReDefine - UTF8 encoding fails [Solved]

Ok, thanks for clarification.

In Unicode Gets picture clause "@!" works.

Confirm that the PICTURE clause "@!" works for TGet():Redefine and TGet():New and UTF8!
by frose
Sun Nov 12, 2023 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 318
PreviousNext

Return to advanced search