We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a6ab0a commit 3960fa5Copy full SHA for 3960fa5
doc/src/sgml/release.sgml
@@ -26,10 +26,11 @@ non-ASCII characters find using grep -P '[\x80-\xFF]'
26
http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
27
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
28
29
- we cannot use UTF8 because SGML Docbook does not support it
+ We cannot use UTF8 because back branches still use SGML Docbook,
30
+ which does not support it.
31
- do not use numeric _UTF_ numeric character escapes (&#nnn;),
32
- we can only use Latin1
+ Do not use numeric _UTF_ numeric character escapes (&#nnn;),
33
+ we can only use Latin1.
34
35
Example: Alvaro Herrera is Álvaro Herrera
36
0 commit comments