Open GoogleCodeExporter opened 9 years ago
What is the actual data type of CustTitle, VARCHAR or WVARCHAR?
I'm assuming it is VARCHAR and the CHARSET is supposed to override the default
interpretation.
Normally I would expect Unicode data to be defined with WVARCHAR and for it to
be returned as UCS2 data. In that case, pyodbc would return Unicode characters
(assuming Thai "fits" into UCS2).
There seems to be a common need for UTF8 conversion with MySQL also. If your
data type is VARCHAR, would you be willing to test a beta version of pyodbc
with a new UTF8 feature?
Original comment by mkleehammer
on 23 May 2012 at 8:12
Original issue reported on code.google.com by
kathawu...@gmail.com
on 16 May 2012 at 3:03