Django <-> SQL Server 2005, text encoding problem

前端 未结 3 1930
轮回少年
轮回少年 2021-01-13 02:46

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

3条回答
  •  庸人自扰
    2021-01-13 03:10

    OK, the solution was found. In file freetds.conf there is

    client charset = UTF-8
    

    and it works exactly like it should.

提交回复
热议问题