Minor update

This commit is contained in:
Miroslav Stampar
2025-02-19 14:11:03 +01:00
parent 25925961ba
commit fa9dc20c6e
12 changed files with 22 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ def dependencies():
def tamper(payload, **kwargs):
"""
Replaces apostrophe character (') with its UTF-8 full width counterpart (e.g. ' -> %EF%BC%87)
Replaces single quotes (') with their UTF-8 full-width equivalents (e.g. ' -> %EF%BC%87)
References:
* http://www.utf8-chartable.de/unicode-utf8-table.pl?start=65280&number=128