- Add
Quoted::external()
to escape double quotes for native commands on Windows. - Quote
U+2800 BRAILLE PATTERN BLANK
for clarity.
- Escape dangerous control codes for bidirectional text. See also: CVE-2021-42574.
- Escape unicode control characters like
U+0085 NEXT LINE
andU+2028 LINE SEPARATOR
.
- Initial release.