Hello Maya, You sent the following E-mail message to me in private. I am not the moderator, just a regular subscriber like you.
So you should remove yourself from the mailing list rather than ask me to do so for you. The link http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il which appears at end of every E-mail message passing through this mailing list should include the button to remove you from this mailing list. --- Omer On Wed, 2007-12-19 at 11:04 +0200, Maya Eshed wrote: > Please remove me from this list > Thanks > Maya > > > > > > > > Maya Eshed > Web Sales Manager > Applicure Technologies Ltd. > ---- > Toll Free US: 1-800 584 4888 > Toll Free UK: 00800-55 84 48 88 > Office: +972-9-9579096 ext. 108 > Fax: +972-9-9579098 > E-mail: [EMAIL PROTECTED] > www.applicure.com > > > > > > -----Original Message----- > From: Omer Zak [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 19, 2007 10:57 AM > To: Arik Baratz > Cc: Python User Group > Subject: Re: [Python-il] Unicode in MS-SQL Server and Python > > Hello Arik, > What did you find? > > Meanwhile, I did another search, and this time I found mentions of > additional relevant Python modules: > - pyodbc (http://pyodbc.sourceforge.net/) > - pymssql (http://pymssql.sourceforge.net/) - needs fields to be > nvarchar or text rather than ntext > > Are you using one of them? Which one would be the least painful for > me > to install and convert my scripts from odbc into? > > Thanks, > --- Omer > > On Tue, 2007-12-18 at 04:43 -0800, Arik Baratz wrote: > > 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 > -- > Every good master plan involves building a time machine. Moshe Zadka > My own blog is at http://www.zak.co.il/tddpirate/ > > My opinions, as expressed in this E-mail message, are mine alone. > They do not represent the official policy of any organization with > which > I may be affiliated in any way. > WARNING TO SPAMMERS: at http://www.zak.co.il/spamwarning.html > > _______________________________________________ > Python-il mailing list > [email protected] > http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.17.4/1189 - Release Date: > 18/12/2007 21:40 > > > > > > > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.17.4/1189 - Release Date: > 18/12/2007 21:40 > > -- In civilized societies, captions are as important in movies as soundtracks, professional photography and expert editing. My own blog is at http://www.zak.co.il/tddpirate/ My opinions, as expressed in this E-mail message, are mine alone. They do not represent the official policy of any organization with which I may be affiliated in any way. WARNING TO SPAMMERS: at http://www.zak.co.il/spamwarning.html _______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
