We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9535206 commit 9d9bc6aCopy full SHA for 9d9bc6a
Evtx/Views.py
@@ -31,7 +31,7 @@ def __init__(self, msg):
31
32
33
# ref: https://www.w3.org/TR/xml11/#charsets
34
-RESTRICTED_CHARS = re.compile("[\x01-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F]")
+RESTRICTED_CHARS = re.compile("[\x01-\x08\x0b\x0c\x0e-\x1f\x7f-\x84\x86-\x9f]")
35
36
37
def escape_attr(s):
setup.py
0 commit comments