Make doubly sure special characters are removed from the notes.

This commit is contained in:
James Cole
2022-10-16 15:18:11 +02:00
parent 69929bee31
commit a74d345ac2
2 changed files with 7 additions and 1 deletions

View File

@@ -68,6 +68,9 @@ trait ConvertsDataTypes
return null;
}
$search = [
"\0", // NUL
"\f", // form feed
"\v", // vertical tab
"\u{0001}", // start of heading
"\u{0002}", // start of text
"\u{0003}", // end of text