]> granicus.if.org Git - postgresql/commitdiff
docs comments: clarify why not to use UTF8 still in docs
authorBruce Momjian <bruce@momjian.us>
Tue, 1 May 2018 13:26:11 +0000 (09:26 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 1 May 2018 13:26:11 +0000 (09:26 -0400)
Back branches still are SGML.

doc/src/sgml/release.sgml

index a815a48b8d098df053bbabd185eb5f33a83a16f3..339618ddd296a18e8f13f811e555374a02ded22a 100644 (file)
@@ -26,10 +26,11 @@ non-ASCII characters            find using grep -P '[\x80-\xFF]'
                        http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
                        http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
 
-        we cannot use UTF8 because SGML Docbook does not support it
+        We cannot use UTF8 because back branches still use SGML Docbook,
+       which does not support it.
 
-        do not use numeric _UTF_ numeric character escapes (&#nnn;),
-        we can only use Latin1
+        Do not use numeric _UTF_ numeric character escapes (&#nnn;),
+        we can only use Latin1.
 
         Example: Alvaro Herrera is &Aacute;lvaro Herrera