diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 962a049513..65b59cba20 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,16 @@ The license applies to all entries newer than 2009-04-28. */ +2010-12-17 14:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * package/winuni/RELNOTES + * mysql update. + + * contrib/hbqt/qtcore/hbqt_pointer.cpp + * contrib/hbqt/qtcore/hbqtcore.hbx + + Added __HBQT_SETUTF8(): Practically enables turning off + CP translation between Harbour and QT. Useful for far-east + languages. Borrowed from HWGUI / Przemek. + 2010-12-17 02:16 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/package/harbour.spec ! updated to work with new name of rddbm library diff --git a/harbour/contrib/hbqt/qtcore/hbqt_pointer.cpp b/harbour/contrib/hbqt/qtcore/hbqt_pointer.cpp index 6d69738663..720b1050c3 100644 --- a/harbour/contrib/hbqt/qtcore/hbqt_pointer.cpp +++ b/harbour/contrib/hbqt/qtcore/hbqt_pointer.cpp @@ -274,6 +274,14 @@ HB_FUNC( __HBQT_ERROR ) hb_itemRelease( pError ); } +HB_FUNC( __HBQT_SETUTF8 ) +{ + PHB_CODEPAGE cdp = hb_cdpFindExt( "UTF8" ); + + if( cdp ) + hb_vmSetCDP( cdp ); +} + /*----------------------------------------------------------------------*/ #endif // #if QT_VERSION >= 0x040500 diff --git a/harbour/contrib/hbqt/qtcore/hbqtcore.hbx b/harbour/contrib/hbqt/qtcore/hbqtcore.hbx index a82c3abc65..3f24d28b4a 100644 --- a/harbour/contrib/hbqt/qtcore/hbqtcore.hbx +++ b/harbour/contrib/hbqt/qtcore/hbqtcore.hbx @@ -227,6 +227,7 @@ DYNAMIC __HBQT_EVENTS_DISCONNECT DYNAMIC __HBQT_EVENTS_NEW DYNAMIC __HBQT_ISPOINTER DYNAMIC __HBQT_PTR +DYNAMIC __HBQT_SETUTF8 DYNAMIC __HBQT_SLOTS_CONNECT DYNAMIC __HBQT_SLOTS_DISCONNECT DYNAMIC __HBQT_SLOTS_NEW diff --git a/harbour/package/winuni/RELNOTES b/harbour/package/winuni/RELNOTES index b2927b8f21..41531f1c98 100644 --- a/harbour/package/winuni/RELNOTES +++ b/harbour/package/winuni/RELNOTES @@ -62,7 +62,7 @@ Tool/lib versions used to create this package: Firebird 2.5.0rc2 FreeImage 3.13.1 GD 2.0.35 - MySQL 5.1.41 + MySQL 5.5.8 OCILIB 3.8.0 OpenSSL 1.0.0a PostgreSQL 9.0.1