It was problem with pymssql that not supports unicode, switched to pyodbc, everything is fine.
Thanks for your swift reply. ;) On Jun 27, 7:44 pm, Piet van Oostrum <[email protected]> wrote: > >>>>> netpork <[email protected]> (n) wrote: > >n> Hello, > >n> I have ssl socket with server and client, on my development machine > >n> everything works pretty well. > >n> Database which I have to use is mssql on ms server 2003, so I decided > >n> to install the same python config there and run my python server > >n> script. > >n> Now here is the problem, server is returning strange characters > >n> although default encoding is the same on both development and server > >n> machines. > >n> Any hints? > > Yes, readhttp://catb.org/esr/faqs/smart-questions.html > -- > Piet van Oostrum <[email protected]> > URL:http://pietvanoostrum.com[PGP 8DAE142BE17999C4] > Private email: [email protected] -- http://mail.python.org/mailman/listinfo/python-list
