Search found 61 matches: encoded

Return to advanced search

Test a string is encoded with cMimeEnc()

Is is possible to test a string to see whether it was encoded with cMimeEnc() or not?

TIA
by hua
Fri Apr 19, 2024 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test a string is encoded with cMimeEnc()
Replies: 0
Views: 31

Re: accordion and webview2

Hello friends, I made this URLEncode() function. Now this is working. I think for the finished program, one should insert URL-encoded code as much as possible. Certainly, there is a more effective ready-made function. Now, there's the problem with the start size. Best regards, Otto    ...
by Otto
Mon Jan 08, 2024 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accordion and webview2
Replies: 2
Views: 435

accordion and webview2

... URI from Fivewin into HTML? Calling the html works. oWebView:Navigate( "C:\fwh2023\samples\Untitled-1.html" ) Also if I insert an URI encoded cHTML source. oWebView:Navigate( Html() ) I need the FIVEWIN function to encodeURI. Also, the line: oWebView:SetSize( 1960, 800 ) is not respected. ...
by Otto
Mon Jan 08, 2024 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accordion and webview2
Replies: 2
Views: 435

Re: Unicode vs UTF8

... All latin characters upto asc 127 are represented by the same single character both in Ansi and Utf8 encodings. 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 ...
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 1024

Re: Calculate total pages

... ), i.e., "N" + Chr(0) + "a" + Chr(0) + "m" + Chr( 0 ) + "e" + Chr( 0 ). In other words the text is encoded in UTF16LE format. So, if we want to substitute "Name" with "NAME", we can use StrTran( cEmf, AnsiToWide( "Name" ...
by nageswaragunupudi
Mon Nov 27, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5869

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

Any utf8 encoded text of any language in the World can be displayed using any Windows font. This reassures me 8) Please try after this change. అది పోయింది, ధన్యవాదాలు. Transliterates to "Adi poyindi, dhanyavādālu" in ...
by frose
Sun Nov 26, 2023 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

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

... 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 text of any language in the World can be displayed using any Windows font. Ansi encoded text containing some accented characters of WU languages ...
by nageswaragunupudi
Sat Nov 25, 2023 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

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". ...
by nageswaragunupudi
Thu Nov 16, 2023 6:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: String in unicode
Replies: 6
Views: 471

New FTDN October/Octubre 2023 (FWH 23.10)

... it is displayed as utf8 - @ r,c GET ... CHRGROUP CHR_WIDE If the clause "CHRGROUP CHR_WIDE" is specified, the Get can edit any text encoded in utf8. The result of the Get is utf8 text. Even if this clause is not specified, if the initial edit variable is utf8, this clause is assumed ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3901

Re: TGet() - UTF8 encoding fails [Unsolved]

Since the Upper() function doesn't work 'properly' for UTF8, ... Yes, Harbour's Upper() function does not work with UTF8 encoded Umlauts. Even with Ansi encoded umlauts, Harbour Upper/Lower functions work only if the codepage is set to German. But a Unicode Get control does not have ...
by nageswaragunupudi
Sat Oct 14, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1731

Re: enviar mensajes a whatsapp, ¿posible solucion?

Este ejemplo funciona correctamente. Es necesario instalar la app de whatsapp y debe estar funcionando antes de ejecutar nuestra llamada: whatsapp.prg #include "FiveWin.ch"function Main()   ShellExecute( 0, "open", "whatsapp://send?phone=34722461100&text=FWH,...
by Antonio Linares
Fri Oct 13, 2023 6:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4479

Re: Listview Unicode for CLASS TGrid()

... mode only ( I mean for applications meant for West European Languages only. Only requirement for UTF8 is when writing to and reading data from Utf encoded database tables. We have other ways of handling that. Just an idea for you and other friends to consider.
by nageswaragunupudi
Mon Sep 04, 2023 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listview Unicode for CLASS TGrid()
Replies: 7
Views: 410

Re: Announcing DrXlsx 1.0 by Charles Kwon

In continuation: German Umlauts (also all accented characters of West European languages) are encoded differently in ANSI and UTF8. I posted more details in your other posting. All English characters and also all non-accented characters of other languages are encoded as ...
by nageswaragunupudi
Sun Aug 27, 2023 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3868

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

... the example of "ü". Is it ANSI or UTF8? We can not say just by looking at it on the screen or in print. Depends on how this string is encoded. We can find out its encoding by testing with IsUtf8() or still better, with STRTOHEX( c ) The same character is encoded as hex "FC" ...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

New FTDN July/Julio (FWH 23.07)

... Fixed. * new functions AnsiToUtf8( cStr ) and Utf8ToAnsi( cStr ) Useful in case of some WU language characters like German Umlauts who are encoded differently in ANSI and Utf8.
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065
Next

Return to advanced search