9490f905e3
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...
13 lines
644 B
Plaintext
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;
|