]> granicus.if.org Git - postgresql/commitdiff
Document how to find non-ASCII characters in the release notes.
authorBruce Momjian <bruce@momjian.us>
Wed, 9 May 2012 02:51:17 +0000 (22:51 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 9 May 2012 02:51:32 +0000 (22:51 -0400)
doc/src/sgml/release.sgml

index 5df8fa7b0bb5beea3bef4f836a116d58833298d4..121f2d21f34af0df629292cd06d2d869d5b0b917 100644 (file)
@@ -15,7 +15,8 @@ psql                            <application>
 pg_[A-Za-z0-9_]+                <application>, <structname>
 [A-Z][A-Z][A-Z_ ]*              <type>, <varname>
 
-non-ASCII characters            convert to HTML4 entity (&) escapes
+non-ASCII characters            find using grep -P '[\x80-\xFF]'
+                                convert to HTML4 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