FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour problem with GET and β€œβ€ chars
Posts: 838
Joined: Wed Aug 22, 2007 10:09 AM
problem with GET and β€œβ€ chars
Posted: Fri Nov 15, 2019 03:29 AM
Hi,

I have a Word document with these chars β€œβ€:



However, if I copy and paste them into a get, they are not shown:

What is the problem please?



Above is samples\testget2.prg

Thank you.
Saludos / Regards,



FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: problem with GET and β€œβ€ chars
Posted: Fri Nov 15, 2019 11:51 PM
Working correctly for me here
Regards



G. N. Rao.

Hyderabad, India
Posts: 838
Joined: Wed Aug 22, 2007 10:09 AM
Re: problem with GET and β€œβ€ chars
Posted: Sat Nov 16, 2019 05:42 PM

Thank you.

How did you build it?

I did buildh testget2.prg

With compìler and linker did you use?

Saludos / Regards,



FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: problem with GET and β€œβ€ chars
Posted: Sat Nov 16, 2019 09:55 PM

MoisΓ©s,

Here it is working fine also. Using BCC 7.0 or 7.4

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: problem with GET and β€œβ€ chars
Posted: Sun Nov 17, 2019 04:12 AM

I tested with all compilers, harbour and xharbour with bcc7 and msvc both 32 bits and 64 bits.

I tested on Windows 10.
Not tested on Windows 7.

Regards



G. N. Rao.

Hyderabad, India
Posts: 838
Joined: Wed Aug 22, 2007 10:09 AM
Re: problem with GET and β€œβ€ chars
Posted: Sun Nov 17, 2019 09:02 AM

Thank you.

Can you please test it under Windows 7?

Saludos / Regards,



FWH 20.04, Harbour 3.2.0 dev (r1909261630) y BCC 7.40
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: problem with GET and β€œβ€ chars
Posted: Sun Nov 17, 2019 09:51 AM

I don't have Windows 7

Regards



G. N. Rao.

Hyderabad, India
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: problem with GET and β€œβ€ chars
Posted: Sun Nov 17, 2019 10:08 AM

I tested it on Windows 7.
No problem here.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Re: problem with GET and β€œβ€ chars
Posted: Sun Nov 17, 2019 12:11 PM
Doing some fast testing, I can duplicate the behavior,

I'm doing my test based on the idea of some kind of format being pasted to the get together with the text....

on different versions of FWH up to 12.04, and tested on an application compliled on 18.???
Windows 8.1

If I copy the text from Open Office Writer to TESTGET2 sample,
If I copy the text to Command Prompt from Open Office Writer, and then to TESTGET2 sample,

It won't happen if I write directly to Command Prompt (ASCII)and then copy it to TESTGET2 sample

Another part of the behavior I noticed, is that the PICTURE is not applied until the action is executed,
showing the var content correctly (after modifying the sample),
but the get still shows the same behavior, but now on UPPERCASE...

=====>

Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Re: problem with GET and β€œβ€ chars
Posted: Sun Nov 17, 2019 12:36 PM
Furthermore, if I activate
Code (fw): Select all Collapse
FW_SetUniCode(.T.)

when I paste the text, I loose the last character (")

Forgive my ignorance on this aspect, but may it be that something like what they call the UTF8 BOM may be attached to the pasted text????

=====>

Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Re: problem with GET and β€œβ€ chars
Posted: Sun Nov 17, 2019 12:52 PM
So, following my Idea, I copied the text directly to my PRG file, to test the conversion Formulas, and I got this

MOISES.prg(22) Error E0030 Syntax error "syntax error at 'Γ΄'"


That means that other characters are in fact being copied in my computer, together with the copied text, as I have guess...

=====>

Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Continue the discussion