Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c69f56

Browse files
committed
Proper patch for an Issue #1539
1 parent fb2cb25 commit 9c69f56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2944,7 +2944,7 @@ def decodeIntToUnicode(value):
29442944
try:
29452945
if value > 255:
29462946
if Backend.isDbms(DBMS.MSSQL):
2947-
encoding="UTF-16-LE" if isDBMSVersionAtLeast("2012") else "UTF-16-BE"
2947+
encoding = "UTF-16-BE"
29482948
else:
29492949
encoding = conf.charset
29502950

0 commit comments

Comments
 (0)