Hi everybody.
I have a little problem with SQL Server. I'm using django-pyodbc as db backend but when i run inspectdb it occurs an error because some of the tables in the SQL Server database have unicode chars (an example: the table name is 'Attività').
How can I resolve that?
I can't change tables names because another app is based on that db :(
Thanks
Max
ps: yes, the tables names are in italian :)