]> granicus.if.org Git - postgresql/commitdiff
Remove unportable use of SGML character-code entity.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 May 2012 16:22:22 +0000 (12:22 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 10 May 2012 16:22:22 +0000 (12:22 -0400)
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.

doc/src/sgml/release-9.2.sgml
doc/src/sgml/release.sgml

index 9bf08d6bab130dae967febe25e163fc8392fd554..e1f5c9050a9c6f46bc374ef3d1d8bbbe6f8c29c7 100644 (file)
       <listitem>
        <para>
         Add PL/Python <acronym>SPI</acronym> cursor support (Jan
-        Urba&#324;nski, Steve Singer)
+        Urbanski, Steve Singer)
        </para>
        
        <para>
index 078e97beb993c7d6bcd47da464cd93d161e8386f..d177e33fad9479989761f9753a702e6c66a84c73 100644 (file)
@@ -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 &Aacute;lvaro Herrera
+        do not use numeric character escapes (&#nnn;), they are not portable
+
+        Example: Alvaro Herrera is &Aacute;lvaro Herrera
 
 wrap long lines