From 635bb48bad16a846a7d5a513800ff08d393b0651 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Mon, 24 Nov 2014 18:22:42 +0100 Subject: Add sentence about U+0000 to spec Fixes #212. --- spec.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index 6d90d07..9f150dd 100644 --- a/spec.txt +++ b/spec.txt @@ -223,6 +223,9 @@ Line endings are replaced by newline characters (LF). A line containing no characters, or a line containing only spaces (after tab expansion), is called a [blank line](@blank-line). +For security reasons, a conforming parser must strip or replace the +Unicode character `U+0000`. + # Blocks and inlines We can think of a document as a sequence of -- cgit v1.2.3