From bffe8725075720e8bbc664da6e89ee20d8b2a701 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 30 Nov 2009 19:29:38 +0000 Subject: [PATCH] 2009-11-30 20:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/xhb/hbcompat.ch + added translations for hb_cdpSelect()<->hb_SetCodepage() --- harbour/ChangeLog | 4 ++++ harbour/contrib/xhb/hbcompat.ch | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4944622374..911dbcfb3f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-30 20:29 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/contrib/xhb/hbcompat.ch + + added translations for hb_cdpSelect()<->hb_SetCodepage() + 2009-11-30 09:11 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg diff --git a/harbour/contrib/xhb/hbcompat.ch b/harbour/contrib/xhb/hbcompat.ch index a2139bddd3..6d6202c788 100644 --- a/harbour/contrib/xhb/hbcompat.ch +++ b/harbour/contrib/xhb/hbcompat.ch @@ -121,6 +121,8 @@ #xtranslate hb_i18n_gettext() => i18n() + #xtranslate hb_cdpSelect([]) => hb_SetCodepage( ) + #xtranslate hb_ARGV([]) => hb_CMDARGARGV() #xtranslate hb_IniSetComment([]) => hb_SetIniComment() @@ -330,6 +332,8 @@ #xtranslate i18n() => hb_i18n_gettext() + #xtranslate hb_SetCodepage([]) => hb_cdpSelect( ) + /* _SET_TRACE* / TraceLog() */ #xtranslate Set(_SET_TRACE [,]) => xhb_setTrace( ) #xtranslate Set(_SET_TRACEFILE [,]) => xhb_setTraceFile( )