mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Proper patch for an Issue #1539
This commit is contained in:
parent
fb2cb25afe
commit
9c69f56a34
|
@ -2944,7 +2944,7 @@ def decodeIntToUnicode(value):
|
|||
try:
|
||||
if value > 255:
|
||||
if Backend.isDbms(DBMS.MSSQL):
|
||||
encoding="UTF-16-LE" if isDBMSVersionAtLeast("2012") else "UTF-16-BE"
|
||||
encoding = "UTF-16-BE"
|
||||
else:
|
||||
encoding = conf.charset
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user