openbsd-ports/databases/keximdb/patches/patch-keximdb_src_keximdb_mdbmigrate_cpp
espie 9490f905e3 kexi driver to facilitate import of access databases (kexi is part of
koffice).  works about as well as mdbtools, which is not that great.
package has been tweaked to use the mdbtools port instead of its own
somewhat outdated version...
2007-06-03 09:55:08 +00:00

13 lines
644 B
Plaintext

$OpenBSD: patch-keximdb_src_keximdb_mdbmigrate_cpp,v 1.1.1.1 2007/06/03 09:55:08 espie Exp $
--- keximdb/src/keximdb/mdbmigrate.cpp.orig Sun Jun 3 10:39:08 2007
+++ keximdb/src/keximdb/mdbmigrate.cpp Sun Jun 3 10:39:18 2007
@@ -112,7 +112,7 @@ bool MDBMigrate::drv_connect() {
if ( !m_properties[ nonUnicodePropId ].toCString().isEmpty() ) {
QCString encoding = m_properties[ nonUnicodePropId ].toCString();
- mdb_set_encoding( m_mdb, (const char*) encoding );
+// mdb_set_encoding( m_mdb, (const char*) encoding );
kdDebug() << "non-unicode encoding set to \""
<< encoding
<< "\"" << endl;