diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-30 12:14:22 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-30 12:14:22 -0800 |
commit | 0effb27876abed866c98b3a4e701bfc0c9211337 (patch) | |
tree | 0926402f42c9a9114e56f6f49cb368b411f10b32 | |
parent | 1df534ba41198118405e10498c4a16139dff9a32 (diff) |
Call FFFD the REPLACEMENT CHARACTER.
Not "unknown code point character."
-rw-r--r-- | spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -319,7 +319,7 @@ bar ## Insecure characters For security reasons, the Unicode character `U+0000` must be replaced -with the replacement character (`U+FFFD`). +with the REPLACEMENT CHARACTER (`U+FFFD`). # Blocks and inlines @@ -4988,7 +4988,7 @@ references](@decimal-numeric-character-references) consist of `&#` + a string of 1--8 arabic digits + `;`. A numeric character reference is parsed as the corresponding Unicode character. Invalid Unicode code points will be replaced by -the "unknown code point" character (`U+FFFD`). For security reasons, +the REPLACEMENT CHARACTER (`U+FFFD`). For security reasons, the code point `U+0000` will also be replaced by `U+FFFD`. . |