diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-24 21:29:31 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-24 21:29:31 -0800 |
commit | e5ab7bdbaa452d8bf7026875ee81fcb9c4a3c6d1 (patch) | |
tree | a9619d7e90846b60588c1948648888f9f4356bf9 /spec.txt | |
parent | 6291b2340055acfc5487141af5c1adb76cdf0662 (diff) | |
parent | a5ba5add1d72874fd40168eac54ed39e7b82bf49 (diff) |
Merge pull request #217 from nwellnhof/utf8_validation
UTF-8 validation
Diffstat (limited to 'spec.txt')
-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 |