diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-24 18:22:42 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-24 20:13:45 +0100 |
commit | 635bb48bad16a846a7d5a513800ff08d393b0651 (patch) | |
tree | 8e15670d5bf7fa04980d9de6b58eac8aa776388d | |
parent | 6291b2340055acfc5487141af5c1adb76cdf0662 (diff) |
Add sentence about U+0000 to spec
Fixes #212.
-rw-r--r-- | spec.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |