mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-03 17:08:31 +08:00
Move Unicode ODBC functions to separate file (remove ODBC's iconv)
Use wcstombs and friends to perform Unicode conversion inside the ODBC driver. Functionality should be identical as before, except that installations without iconv will now be able to compile and install the Unicode (libmdbodbcW) driver. iconv remains present in the main libmdb library.
This commit is contained in:
@@ -149,6 +149,9 @@ mutually exclusive.
|
||||
causes the iODBC driver to be built.
|
||||
```
|
||||
|
||||
By default, the ODBC driver will be installed as /usr/local/lib/odbc/libmdbodbc.so,
|
||||
with a Unicode-capable driver at /usr/local/lib/odbc/libmdbodbcW.so.
|
||||
|
||||
A list of general options is available in the [INSTALL](./INSTALL) file, and
|
||||
`configure --help` will give you the list of mdbtools specific options.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user