mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 09:52:35 +01:00
minor minor update
This commit is contained in:
parent
098f53d57a
commit
f8c3086d15
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ def checkCharEncoding(encoding):
|
|||
encoding = 'windows-%s' % encoding[7:]
|
||||
elif encoding.find('iso-88') > 0:
|
||||
encoding = encoding[encoding.find('iso-88'):]
|
||||
elif encoding.startswith('is0-88'):
|
||||
elif encoding.startswith('is0-'):
|
||||
encoding = 'iso%s' % encoding[4:]
|
||||
|
||||
# http://philip.html5.org/data/charsets-2.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue