Commit 8b77e226 authored by Bruce Momjian's avatar Bruce Momjian

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

parent 49340037
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment