Easysoft XML-ODBC ServerWhy do ODBC diagnostic text and result-sets output in XML contain garbage characters? |
|
The usual reason for this is that you are using a version of the
unixODBC driver manager prior to 2.2.2 which had some UNICODE
problems. UNICODE was always expected big endian and always converted
to big endian whereas it should have been native endianess.
All versions of XML-ODBC contain at least unixODBC 2.2.2 and should
not have this problem but you may have elected to use an existing
installation of unixODBC when you installed XML-ODBC. If this is the
case re-run the XML-ODBC installation and select to install the
included unixODBC and then make sure your dynamic linker picks up this
version before your existing version.