Search found 38 matches: isutf8

Return to advanced search

Re: New FTDN February 2024 (FWH 24.02)

Noviembre 2023 - Enero 2024 =========================== * Nuevo: Para usuarios de Borland: FWH usa ahora el compilador Borland 7.70. Por favor, actualiza tu compilador Borland a esta versión. * Nuevo: Nueva clase TWebView2 que ofres una funcionalidad muy similar a la clase TWebView, pero con la vent...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 227

New FTDN February 2024 (FWH 24.02)

November 2023 - January 2024 ============================ * New: For Borland users: FWH uses now bcc 7.70. Please update your bcc to this version. * New: Class TWebView2 offers a very similar functionality to Class TWebView but does not need to use any DLL. It is a work in development but you can al...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 227

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

hi, thx for testing German "Umlaute" i do not have Problem with XBROWSE, i do have Problem with DrXlsx LIB When the new version FWH2309 is released, you do not need to any utf8 conversions on your own. FWH will do this conversion while using DrXlsx. ok i will wait and try "your" ...
by Jimmy
Sun Sep 03, 2023 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

Thanks again. Here is the comparison between 1. Direct OEM view from Command Prompt using Harbour's DBEDIT. 2. FWH XBrowse of the same DBF in ANSI, just by using one flag oBrw:OemAnsi := .t. 3. Excel as exported using DrXlsx by the new FWH interface to this library All look identical https://ima...
by nageswaragunupudi
Sun Sep 03, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

Jimmy wrote:hi,

have send you a new Email with Link


Thanks.
This will help me to learn.
by nageswaragunupudi
Sun Sep 03, 2023 1:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

hi,

have send you a new Email with Link
by Jimmy
Sat Sep 02, 2023 11:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

to say it again : i need "read" from existing DBF, NOT "made" it from CODE Yes. This is what we are very much interested to support you with. We request you to please send a few thousand records from the existing dbf, instead of a created dbf (say with chr(1) to chr(255)) You ma...
by nageswaragunupudi
Sat Sep 02, 2023 3:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

hi, If you see my earlier samples, I created OEM dbf with Umlauts and showed exporting them to say it again : i need "read" from existing DBF, NOT "made" it from CODE i talk about DBF made under Cl*pper OEM / DOS which many Xbase++ User have as OEM is default this Way Xbase++ Use...
by Jimmy
Fri Sep 01, 2023 8:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

as long Sign come not from DBF, made in OEM Environment , it is not the Problem that i mean

It works the same way even if is from oem dbf.
If you see my earlier samples, I created OEM dbf with Umlauts and showed exporting them
by nageswaragunupudi
Fri Sep 01, 2023 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

as i say these OEM DBF was made by Cl*pper App, using NTX, where i have OEM Sign with German "Umlaute" as Xbase++ default use OEM it is a Problem of all Xbase++ User when want to change to Fivewin (and still use Xbase++ OEM App) If you can share such a real life OEM dbf with a few thousan...
by nageswaragunupudi
Fri Sep 01, 2023 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

hi, This is the code for 255-32 records as long Sign come not from DBF, made in OEM Environment , it is not the Problem that i mean as i say these OEM DBF was made by Cl*pper App, using NTX, where i have OEM Sign with German "Umlaute" as Xbase++ default use OEM it is a Problem of all Xbase...
by Jimmy
Fri Sep 01, 2023 2:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

Size < 1 Kb, 255-32 Records, 1 x FIELD RECNO() -> CHR(x) This is the code for 255-32 records function Chars33to255()   local oXlsx   local cFile := "chars33to255.xlsx"   local n,na, c, cx   ? "Start"   oXlsx := TDrX...
by nageswaragunupudi
Thu Aug 31, 2023 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

German does not use "accent" Sign


I am asking out of ignorance.
Are these not German characters?

õòóôûúùâáàãêéèÃÁÀ

I typed these characters using Google Virtual Keyboard for German Language
by nageswaragunupudi
Thu Aug 31, 2023 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

have send you a Email with Link to my Online-Web-Space where i have upload "DE_OEM.ZIP"

I did not receive it yet.

email:
nageswaragunupudi [@] gmail [dot] com
by nageswaragunupudi
Thu Aug 31, 2023 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166

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

hi, May I ask about your oem.dbf? have send you a Email with Link to my Online-Web-Space where i have upload "DE_OEM.ZIP" 1. Does this code display the text correctly or correctly in most of the cases? XBROWSER "name.dbf" SETUP ( oBrw:lOemAnsi := .t. ) or USE <name.dbf...
by Jimmy
Thu Aug 31, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2166
Next

Return to advanced search