From 0effb27876abed866c98b3a4e701bfc0c9211337 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 30 Dec 2015 12:14:22 -0800 Subject: Call FFFD the REPLACEMENT CHARACTER. Not "unknown code point character." --- spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec.txt') diff --git a/spec.txt b/spec.txt index c7055a9..c227683 100644 --- a/spec.txt +++ b/spec.txt @@ -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`. . -- cgit v1.2.3