FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Strange difference between Harbour and xHarbour - Solved
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Strange difference between Harbour and xHarbour - Solved
Posted: Fri Jun 13, 2014 03:05 PM

I need to send an email in French, containing é è ç à, etc.

So I send "éééèèèçççààà".

If I send an email to Outlook, I get "éééèèèçççààà" in my Outlook message, using xHarbour.
If I send an email to Outlook, I get "ΘΘn ΦΦΦααα" in my Outlook message, using Harbour.

I know : AnsitoOem() corrects this problem.

But why those differences?

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: 946
Joined: Thu Oct 06, 2005 07:05 PM
Re: Strange difference between Harbour and xHarbour Builder
Posted: Fri Jun 13, 2014 03:22 PM

Michel

at the beginning of your application

REQUEST HB_CODEPAGE_FRWIN

set( _SET_CODEPAGE, "FRWIN" )

Frwin is for me, set the correct codepage harbour needs it

Hth

Richard

http://www.cbati.com

Uestudio
Fwh 13.05 Harbour 3.2 MSVC 2013
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Strange difference between Harbour and xHarbour Builder
Posted: Fri Jun 13, 2014 04:37 PM

Thanks a lot.

Problem solved.

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

Continue the discussion