Re: [python-win32] odbc module and Unicode string literals

2010-01-23 Thread Mark Hammond
On 23/01/2010 8:31 AM, Preston Landers wrote: Hello all, I'm curious why the odbc module included in PyWin32 (version 214) is compiled without the Unicode flags/defines. No good reason I am aware of. If you submit a patch, it included some tests and no-one else who actually uses this module

[python-win32] odbc module and Unicode string literals

2010-01-22 Thread Preston Landers
Hello all, I'm curious why the odbc module included in PyWin32 (version 214) is compiled without the Unicode flags/defines. This prevents you from using Unicode string literals in queries. By that I mean the Unicode literals are converted to the 8-bit codepage (cp1252) and any untranslatable cha