google-code-export / django-pyodbc

Automatically exported from code.google.com/p/django-pyodbc
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Problem with utf-8 latin2 and varchar #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I Have column varchar(30). When I create object with attribute coding in 
utf8 and I write to database it's ok. But when I read the same object is back 
in latin2

What is the expected output? What do you see instead?
Attribute back in utf8

What version of the product are you using? On what operating system?
Windows.

Please provide any additional information below.
On django-mssql it's work good

Original issue reported on code.google.com by zygfry...@gmail.com on 29 Aug 2011 at 8:54