Hi Sven, > -----Original Message----- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Sven K�hler > Sent: Freitag, 16. Juli 2004 14:33 > To: [EMAIL PROTECTED] > Subject: Unicode and unixODBC/Linux > > > Hi, > > does the Linux-Version of MaxDB ship with a unicode capable > ODBC driver?
libsqlodw is the thing you should look at. > And does this driver and/or unixODBC translate unicode-strings to the > current locale if the application is not unicode capable? No. Moreover, there might be a problem with Unicode in Unix. MaxDB and the ODBC driver support UCS2 Unicode, i.e. 2 bytes per character. Under Unix, a Unicode character might be 4 bytes. typedef unsigned long wchar_t; Unitl now, I did no Unicode tests on Unix with a driver manager in between, but linked directly with libsqlodw. Regards Thomas ---------------------------------------------- Dr. Thomas K�tter SAP AG, SAP Labs Berlin Do you know SAP^H^H^H MaxDB ? www.sapdb.org -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
