FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Problem with uppercase
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Problem with uppercase
Posted: Wed Jun 27, 2007 10:02 AM

Hello,

I have a problem in the TGET-class with uppercase.

If I define a picture like "!!!!!!", I can't input characters like ä, ï, ö, Ä, Ï, Ö, which are often used in German names and words. These characters are replaced by characters like ­õ, Ì, Ó, µ, ...

In FW for Clipper, that wasn't the case. Although picture "!!!!!!" was defined, I was able to input these character. They weren't replaced by other characters.

Does anyone have a solution for this problem ?

Thanks a lot in advance.

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: 824
Joined: Thu Oct 13, 2005 07:39 AM
Problem with uppercase
Posted: Wed Jun 27, 2007 11:00 AM

Michel,

it´s working fine here with xHarbour 0.9971 and FWH 7.05.

kind regards
Stefan

kind regards

Stefan
Posts: 167
Joined: Thu Mar 22, 2007 11:24 AM
UPPER(*)
Posted: Wed Jun 27, 2007 12:44 PM

Michel

I believe that upper only works as :

? Upper(AnsiToOem(é)) --> Gives E

See also :

http://fivetechsoft.com/forums/viewtopic.php?t=7175

Frank

Continue the discussion