Hi all
When I created cdx index file of dbf file including polish ansii codes in the first place like ŚĆ,
they are not at the right place (Ś after S and Ć after C) but they are at bottom of indexed dbf table (after Z).
What I have to do to create right index?
I tried
SET LANGUAGE TO POLISH
then
HB_LANGSELECT( "PL" )
HB_SETCODEPAGE('PLWIN')
HB_LANGSELECT('PL')
hb_CdpSelect( 'PLWIN')
Set( _SET_CODEPAGE, 'PLWIN')
and nothing happens.
Help
Regards
Fugazi
hb_cdpCollation in cdx file
Moderator: Rathinagiri
- danielmaximiliano
- Posts: 2763
- Joined: Fri Apr 09, 2010 4:53 pm
- DBs Used: DBF
- Location: Argentina
- Contact:
Re: hb_cdpCollation in cdx file
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Telegram invitation https://t.me/HMGWorkspace
Re: hb_cdpCollation in cdx file
Thanks a lot DanielMaximiliano.
Fugazi
Fugazi