1
0
mirror of https://github.com/minimaxir/big-list-of-naughty-strings.git synced 2025-09-25 05:12:14 +02:00

Add ASCII bell (\u0007) character

This character is outside of the valid characters for XML
(and rejected by some parsers)

See https://www.w3.org/TR/REC-xml/#charsets
This commit is contained in:
Romuald Brunet
2016-02-10 14:39:47 +01:00
parent 33e239ea90
commit ebe36ae017
4 changed files with 8 additions and 0 deletions

View File

@@ -79,6 +79,7 @@
"LC4vOydbXS09Cg==",
"PD4/OiJ7fXxfKwo=",
"IUAjJCVeJiooKWB+Cg==",
"Bw==",
"zqniiYjDp+KImuKIq8ucwrXiiaTiiaXDtwo=",
"w6XDn+KIgsaSwqnLmeKIhsuawqzigKbDpgo=",
"xZPiiJHCtMKu4oCgwqXCqMuGw7jPgOKAnOKAmAo=",

View File

@@ -97,6 +97,9 @@ LC4vOydbXS09Cg==
PD4/OiJ7fXxfKwo=
IUAjJCVeJiooKWB+Cg==
# ASCII bell (not valid in XML)
Bw==
# Unicode Symbols
#
# Strings which contain common unicode symbols (e.g. smart quotes)

View File

@@ -85,6 +85,7 @@
",./;'[]\\-=",
"<>?:\"{}|_+",
"!@#$%^&*()`~",
"\u0007",
"Ω≈ç√∫˜µ≤≥÷",
"åß∂ƒ©˙∆˚¬…æ",
"œ∑´®†¥¨ˆøπ“‘",

View File

@@ -98,6 +98,9 @@ INF
<>?:"{}|_+
!@#$%^&*()`~
# ASCII bell (not valid in XML)

# Unicode Symbols
#
# Strings which contain common unicode symbols (e.g. smart quotes)