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:
Evan Miller
2021-08-23 13:39:39 -04:00
parent 00d597b6d3
commit 0164b4df1a
7 changed files with 318 additions and 318 deletions

View File

@@ -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.