HB_SETCODEPAGE( "SLWIN" )

Moderator: Rathinagiri

Post Reply
radohabjan
Posts: 99
Joined: Mon Nov 30, 2009 7:17 am
Location: Slovenia
Contact:

HB_SETCODEPAGE( "SLWIN" )

Post by radohabjan »

In Version hmg 3.0.39 don't work :

REQUEST HB_CODEPAGE_SLWIN
HB_SETCODEPAGE( "SLWIN" )
or
SET CODEPAGE TO SLOVENIAN

Until now I use 3.0.34 and works normal.

Best regards Rado
radohabjan
Posts: 99
Joined: Mon Nov 30, 2009 7:17 am
Location: Slovenia
Contact:

Re: HB_SETCODEPAGE( "SLWIN" )

Post by radohabjan »

Hello all,

I found the problem.
Instead of function HB_SETCODEPAGE( ) is now function HB_CDPSELECT()
from version 3.0.34.

br Rado
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HB_SETCODEPAGE( "SLWIN" )

Post by mol »

radohabjan wrote:Hello all,

I found the problem.
Instead of function HB_SETCODEPAGE( ) is now function HB_CDPSELECT()
from version 3.0.34.

br Rado
thanks for info!
I have some problems with national characters while exporting data to openoffice. Maybe they are caused by this change?
I'll try!

Marek
User avatar
l3whmg
Posts: 694
Joined: Mon Feb 23, 2009 8:46 pm
Location: Italy
Contact:

Re: HB_SETCODEPAGE( "SLWIN" )

Post by l3whmg »

Hi friends.
Please a little bit information
radohabjan wrote:In Version hmg 3.0.39 don't work :
REQUEST HB_CODEPAGE_SLWIN
HB_SETCODEPAGE( "SLWIN" )
or
SET CODEPAGE TO SLOVENIAN
Until now I use 3.0.34 and works normal.
They are not HMG functions, they are Harbour functions.

HMGx.y.z package can be affected by included Harbour version and related problems.


Cheers
Luigi from Italy
www.L3W.it
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HB_SETCODEPAGE( "SLWIN" )

Post by mol »

I know that Luigi.
My problems appear when I've changed HMG from 3.0.36 to 3.0.39.
It seems change of harbour compiler from v.2 to v.3
Marek
User avatar
mol
Posts: 3720
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: HB_SETCODEPAGE( "SLWIN" )

Post by mol »

New harbour included in HMG 3.0.40 uses UNICODE - it causes problems with exporting data to other system with polish national characters.

Is it possible to turn off UNICODE and work with character like harbour 2.0?

I'm not sure if I present my question clearly, so please, be patient :D
Post Reply