Page 1 of 1
HB_SETCODEPAGE( "SLWIN" )
Posted: Sat Nov 12, 2011 2:59 pm
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
Re: HB_SETCODEPAGE( "SLWIN" )
Posted: Sat Nov 12, 2011 8:12 pm
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
Re: HB_SETCODEPAGE( "SLWIN" )
Posted: Sun Nov 13, 2011 8:23 am
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
Re: HB_SETCODEPAGE( "SLWIN" )
Posted: Sun Nov 13, 2011 3:47 pm
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
Re: HB_SETCODEPAGE( "SLWIN" )
Posted: Sun Nov 13, 2011 6:27 pm
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
Re: HB_SETCODEPAGE( "SLWIN" )
Posted: Fri Dec 09, 2011 8:47 am
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
