Hello, I am using pymssql (http://pymssql.sourceforge.net/) to insert data from a web-frontend (encoded in utf-8) into fields of type nvarchar of an MS-SQL Server 2000.
The problem is, ms-sql server uses ucs-2 and not utf-8. I have looked around a bit but found no suitable solution to this problem so far except converting the utf-8 into latin-1 which will restrict the characters to western europe languages. Does any one have some suggestions? Thank you for your help! Simon -- http://mail.python.org/mailman/listinfo/python-list