2012-10-08 18:37 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/src/rtl/cdpapihb.c
% minor optimization
* harbour/contrib/hbmisc/numtxtru.prg
! fixed SVN attributes
* indenting
This commit is contained in:
@@ -16,6 +16,14 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-10-08 18:37 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* harbour/src/rtl/cdpapihb.c
|
||||
% minor optimization
|
||||
|
||||
* harbour/contrib/hbmisc/numtxtru.prg
|
||||
! fixed SVN attributes
|
||||
* indenting
|
||||
|
||||
2012-10-08 18:11 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
+ contrib/hbmisc/tests/numtxtru.prg
|
||||
* contrib/hbmisc/numtxtru.prg
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -221,7 +221,8 @@ HB_FUNC( HB_STRTOUTF8 )
|
||||
|
||||
if( nLen )
|
||||
{
|
||||
PHB_CODEPAGE cdp = HB_ISCHAR( 2 ) ? hb_cdpFindExt( hb_parc( 2 ) ) : hb_vmCDP();
|
||||
const char * szCP = hb_parc( 2 );
|
||||
PHB_CODEPAGE cdp = szCP ? hb_cdpFindExt( szCP ) : hb_vmCDP();
|
||||
|
||||
if( cdp )
|
||||
{
|
||||
@@ -256,7 +257,8 @@ HB_FUNC( HB_UTF8TOSTR )
|
||||
|
||||
if( nLen )
|
||||
{
|
||||
PHB_CODEPAGE cdp = HB_ISCHAR( 2 ) ? hb_cdpFindExt( hb_parc( 2 ) ) : hb_vmCDP();
|
||||
const char * szCP = hb_parc( 2 );
|
||||
PHB_CODEPAGE cdp = szCP ? hb_cdpFindExt( szCP ) : hb_vmCDP();
|
||||
|
||||
if( cdp )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user