diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-05-10 12:22:22 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-05-10 12:22:22 -0400 |
commit | 47ce4c36a721b621b6b0ddcba9d02ccd0af5b3aa (patch) | |
tree | df30c5a4831a772ad557495951dff71d33a792a0 /doc/src | |
parent | 1ee90397f498141abf0c77b4d3c9ea26babc072d (diff) | |
download | postgresql-47ce4c36a721b621b6b0ddcba9d02ccd0af5b3aa.tar.gz postgresql-47ce4c36a721b621b6b0ddcba9d02ccd0af5b3aa.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-9.2.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/release.sgml | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 9bf08d6bab1..e1f5c9050a9 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -1951,7 +1951,7 @@ <listitem> <para> Add PL/Python <acronym>SPI</acronym> cursor support (Jan - Urbańnski, Steve Singer) + Urbanski, Steve Singer) </para> <para> diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 078e97beb99..d177e33fad9 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -17,7 +17,7 @@ pg_[A-Za-z0-9_]+ <application>, <structname> [a-z]+_[a-z_]+ <varname> non-ASCII characters find using grep -P '[\x80-\xFF]' - convert to HTML4 entity (&) escapes + convert to HTML4 named entity (&) escapes official: http://www.w3.org/TR/html4/sgml/entities.html 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]' does not support it http://www.pemberley.com/janeinfo/latin1.html#latexta - Alvaro Herrera is Álvaro Herrera + do not use numeric character escapes (&#nnn;), they are not portable + + Example: Alvaro Herrera is Álvaro Herrera wrap long lines |