aboutsummaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-30 12:14:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-30 12:14:22 -0800
commit0effb27876abed866c98b3a4e701bfc0c9211337 (patch)
tree0926402f42c9a9114e56f6f49cb368b411f10b32 /spec.txt
parent1df534ba41198118405e10498c4a16139dff9a32 (diff)
Call FFFD the REPLACEMENT CHARACTER.
Not "unknown code point character."
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt4
1 files changed, 2 insertions, 2 deletions
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`.
.