Document how to find non-ASCII characters in the release notes.

This commit is contained in:
Bruce Momjian 2012-05-08 22:51:17 -04:00
parent 49340037ee
commit 8b77e226fb

View 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