Search found 298 matches: chars

Return to advanced search

Re: Mr Rao :SetFilter no funciona

... We regret for this. Also thank you for bringing this to our notice. Works well if the Like Expression contains only numbers and alphabets but not chars like -, +, etc. We are fixing this bug and testing now. If the expression does not contain wild-card characters, you may use like this oData:SetFilter("'RF-10392' ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2381

New FTDN February 2024 (FWH 24.02)

... working for xHarbour. Now it is ok. * Enhancement: Class TWebView() new METHOD End() and MESSAGE hWnd. * Samples\oemboxch.prg: How to view oem box chars in a Winodws application. * samples\mariabig.prg: Read and Browse table with 4.1 million records from mysql cloud server using RecSet() class ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 194

Re: Unicode vs UTF8

... we call Wide Char. Some sample characters: https://imagizer.imageshack.com/v2/xq70/924/X5iuAK.png Now, let us concatenate all UTF8 chars (6th column) and display: 9AÜĞత Unicode system is a family of different encodings all of which are aimed at uniquely representing ever character ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 1018

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

Does this mean that we can only use chars provided by FWH, even if we use a different font? chars provided by FWH? FWH does NOT provide any chars. FWH does not have any chars of its own. FWH displays any text using Windows APIs Any utf8 encoded ...
by nageswaragunupudi
Sat Nov 25, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 936

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

We will look into the issue of tooltips. :D Display of Utf8 depends purely on FWH Does this mean that we can only use chars provided by FWH, even if we use a different font? I tried it with the font 'unscii' from http://viznut.fi/unscii/ , unfortunately without success! This ...
by frose
Sat Nov 25, 2023 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 936

Re: Cut & Paste limit

... are talking about pasting into a Get, then the copied text is pasted from the cursor position till the end of the Get. Example -Width of Get is 80 chars -Copied text is 70 chars -User has his cursor position 60 in the Get and then pressed Ctrl-V, the text is pasted from 61st position till the end ...
by nageswaragunupudi
Thu Sep 07, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 544

Re: not ISOEM(), ISANSI() or IsUTF8()

We can also make all this in a single function.
For that can you provide me a list of ALL accented characters in German language?
Not only the 7 chars. We need all chars.
For example, there are other chars like: Ûúùõòóô, etc.
by nageswaragunupudi
Wed Aug 30, 2023 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2075

New FTDN July/Julio (FWH 23.07)

... - Compatible with accented characters like German Umlauts even when FW_SetUnicode(.t.). The problem arises where certain accented chars have different notations in ANSI and UTF8. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43352&p=262129#p262129 * Command ? (WQout() ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1062

Re: FW_SetUnicode( .T. ) 2-Byte characters

When editing 2-Byte chars they are converted to there Unicode equivalent, NOT to UTF-8 Example - https://www.charset.org/utf-8 : Dec      Hex   UTF-8 Char  Unicode description---------------------------------------------------------------------------------------216 ...
by frose
Tue Jun 27, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2182

Re: FW_SetUnicode( .T. ) 2-Byte characters

karinha,

nothing changed, the chars ÄÜÖß are misinterpreted:
Image
by frose
Mon Jun 26, 2023 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2182

Re: FW_SetUnicode( .T. ) 2-Byte characters

... tests with ü - 0xC3BC and some other 2-byte characters: - The first 2-byte char is ok - all the following are not ok - Pasting one or more 2-byte chars from the clipboard is working! Did you try keeping FW_SetUnicode( .f. ) // default and try setting   HB_LangSelect("DE")   HB_SetCodePage("DEWIN") ...
by frose
Wed Jun 21, 2023 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2182

Re: Memoedit to HTML by API connection

... string with keys needed by the API. Once I have filled the str the upload is done. The problem I seem to have is that insite the memofield there a chars (codes) like CRLF, ENTER, and more format items. When I leave them out the upload is ok. When I include the field and I think there are some codes ...
by Marc Venken
Tue May 23, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit to HTML by API connection
Replies: 2
Views: 254

Memoedit to HTML by API connection

... I read a memo field where some ascii codes like CRLF,.. are used and I save them by API online, The API is not saving data when there are special chars insite the text. I tried some changing with strreplace, but there are always new items comming up. Is there a general ALL conversion of special ...
by Marc Venken
Mon May 22, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memoedit to HTML by API connection
Replies: 2
Views: 254

Re: "Shortname" for FIELD of DBF

... from String which is longer than 10 Sign :?: At first I simply did something like this : (there was a time I was thinking it only was 8 chars ))) function veldnaam()   Local aTemp:={}  // as a sample data   AADD(aTemp,"Naam")   AADD(aTemp,"HOOFDINGVELD1")  ...
by Marc Venken
Sat Jan 14, 2023 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Shortname" for FIELD of DBF
Replies: 3
Views: 414

Re: Bug in Harbour Descend()

The problem is: without any codepage settings (ie. EN codepage) Descend() is fine but accented chars from filesystem are wrong. With ITWIN (or other codepages I tried) the accented chars from filesystem are right but Descend() is not working. Any solutions will make me ...
by cnavarro
Wed Oct 19, 2022 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1686
Next

Return to advanced search