mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Document how to find non-ASCII characters in the release notes.
This commit is contained in:
parent
49340037ee
commit
8b77e226fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user