[ODBC-218] Fix work with ANSI charset with iODBC Created: 2019-02-01 Updated: 2019-02-01 |
|
| Status: | Open |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.1.0 |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Lawrin Novitsky | Assignee: | Lawrin Novitsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Like Windows DM, iODBC maps ANSI API calls to Unicode function calls. But unlike its Windows counterpart, it does not let driver know, that application is ANSI. That causes errors in charsets transcoding. We need to either figure out how to make it work, or simply split connector for iODBC into 2 - Unicode and Ansi drivers separately. |