I\'m trying to store Django data on MS SQL Server 2005 using:
http://code.google.com/p/django-pyodbc/ (pyodbc + FreeTDS)
As long as I\'m storing string consi
OK, the solution was found. In file freetds.conf there is
client charset = UTF-8
and it works exactly like it should.