8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4934003 commit 8b77e22Copy full SHA for 8b77e22
doc/src/sgml/release.sgml
@@ -15,7 +15,8 @@ psql <application>
15
pg_[A-Za-z0-9_]+ <application>, <structname>
16
[A-Z][A-Z][A-Z_ ]* <type>, <varname>
17
18
-non-ASCII characters convert to HTML4 entity (&) escapes
+non-ASCII characters find using grep -P '[\x80-\xFF]'
19
+ convert to HTML4 entity (&) escapes
20
21
official: http://www.w3.org/TR/html4/sgml/entities.html
22
one page: http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html
0 commit comments