Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 47ce4c3

Browse files
committed
Remove unportable use of SGML character-code entity.
It'd be nice to be able to spell Jan Urbanski's name with the correct accent marks, but we haven't yet found a way that works in everybody's docs toolchain. This way definitely doesn't.
1 parent 1ee9039 commit 47ce4c3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/src/sgml/release-9.2.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1951,7 +1951,7 @@
19511951
<listitem>
19521952
<para>
19531953
Add PL/Python <acronym>SPI</acronym> cursor support (Jan
1954-
Urba&#324;nski, Steve Singer)
1954+
Urbanski, Steve Singer)
19551955
</para>
19561956

19571957
<para>

doc/src/sgml/release.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pg_[A-Za-z0-9_]+ <application>, <structname>
1717
[a-z]+_[a-z_]+ <varname>
1818

1919
non-ASCII characters find using grep -P '[\x80-\xFF]'
20-
convert to HTML4 entity (&) escapes
20+
convert to HTML4 named entity (&) escapes
2121

2222
official: http://www.w3.org/TR/html4/sgml/entities.html
2323
one page: http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
@@ -30,7 +30,9 @@ non-ASCII characters find using grep -P '[\x80-\xFF]'
3030
does not support it
3131
http://www.pemberley.com/janeinfo/latin1.html#latexta
3232

33-
Alvaro Herrera is &Aacute;lvaro Herrera
33+
do not use numeric character escapes (&#nnn;), they are not portable
34+
35+
Example: Alvaro Herrera is &Aacute;lvaro Herrera
3436

3537
wrap long lines
3638

0 commit comments

Comments
 (0)