summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-05-01 10:17:55 -0400
committerBruce Momjian <bruce@momjian.us>2018-05-01 10:17:55 -0400
commit81ff9ec8f8b12e03f76062000b322da6568bc941 (patch)
tree6bbf26b7a983214cc843f628011ce62ca3bf7b62 /doc/src
parent3960fa5f6396865ded34d9276324e9a31857cff1 (diff)
doc comments: rendering engines are another UTF8 restriction
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 339618ddd29..18b812c1660 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -27,7 +27,8 @@ non-ASCII characters find using grep -P '[\x80-\xFF]'
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
We cannot use UTF8 because back branches still use SGML Docbook,
- which does not support it.
+ which does not support it. Also, rendering engines have to
+ support the referenced characters.
Do not use numeric _UTF_ numeric character escapes (&#nnn;),
we can only use Latin1.