Search found 47 matches: isoem

Return to advanced search

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

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

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

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

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

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

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

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

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

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

... := 33 to 255      oXlsx:WriteNumber( n - 33, 0, n )      c  := Chr( n )      if IsOem( c )         c  := OemToAnsi( c )      endif      oXlsx:WriteNumber( ...
by nageswaragunupudi
Thu Aug 31, 2023 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

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

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

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

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

After doing several tests, I came to the opinion that it is not a good idea to make our functions. It is better to depend on the standard Harbour function OemToAnsi() and then later convert to Utf8 if necessary.
by nageswaragunupudi
Thu Aug 31, 2023 4:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

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

May I ask about your oem.dbf? 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>XBROWSER ALIAS() SETUP ( oBrw:lOemAnsi := .t.  ) Does changing Codepages make...
by nageswaragunupudi
Wed Aug 30, 2023 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095
Next

Return to advanced search