mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
doc comments: rendering engines are another UTF8 restriction
This commit is contained in:
@ -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
|
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
|
||||||
|
|
||||||
We cannot use UTF8 because back branches still use SGML Docbook,
|
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;),
|
Do not use numeric _UTF_ numeric character escapes (&#nnn;),
|
||||||
we can only use Latin1.
|
we can only use Latin1.
|
||||||
|
Reference in New Issue
Block a user