From: Tom Lane Date: Thu, 10 May 2012 16:22:22 +0000 (-0400) Subject: Remove unportable use of SGML character-code entity. X-Git-Tag: REL9_2_BETA1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47ce4c36a721b621b6b0ddcba9d02ccd0af5b3aa;p=postgresql 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. --- diff --git a/doc/src/sgml/release-9.2.sgml b/doc/src/sgml/release-9.2.sgml index 9bf08d6bab..e1f5c9050a 100644 --- a/doc/src/sgml/release-9.2.sgml +++ b/doc/src/sgml/release-9.2.sgml @@ -1951,7 +1951,7 @@ Add PL/Python SPI cursor support (Jan - Urbańnski, Steve Singer) + Urbanski, Steve Singer) diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 078e97beb9..d177e33fad 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -17,7 +17,7 @@ pg_[A-Za-z0-9_]+ , [a-z]+_[a-z_]+ 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