[QUESTION]I user mssql-django and how to support chinese?When inserting Chinese using SQL , it was found from the database that it was garbled。 #399
Labels
question
Further information is requested
I user mssql-django and how to support chinese? When inserting Chinese using SQL , it was found from the database that it was garbled。
I use django mssql setting below:
DATABASES = {
"default": {
"ENGINE": "mssql",
"NAME": "TEST",
"USER": "TEST",
"PASSWORD": TEST,
"HOST": "TEST",
}
}
The text was updated successfully, but these errors were encountered: