On 12/17/07, Omer Zak <[EMAIL PROTECTED]> wrote: > I encountered the following problem. > DB - MS-SQL Server, running on a MS-Windows XP machine. > Scripting language - Python 2.5.1 > DB interface modules - Python win32 extension: odbc,dbi > > The relevant DB tables have Unicode fields (data type nchar and its > ilk). They are populated by strings including Hebrew glyphs. > > When I try to retrieve those tables in Python, the Hebrew glyphs become > question marks. Latin glyphs, digits, and space are faithfully > reproduced.
This is interesting, I remember doing the very same thing and I got the results back as Python Unicode strings with all the trimmings. I'll dig into my archive for some source code example. -- Arik _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
