Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8b77e22

Browse files
committed
Document how to find non-ASCII characters in the release notes.
1 parent 4934003 commit 8b77e22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/release.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ psql <application>
1515
pg_[A-Za-z0-9_]+ <application>, <structname>
1616
[A-Z][A-Z][A-Z_ ]* <type>, <varname>
1717

18-
non-ASCII characters convert to HTML4 entity (&) escapes
18+
non-ASCII characters find using grep -P '[\x80-\xFF]'
19+
convert to HTML4 entity (&) escapes
1920

2021
official: http://www.w3.org/TR/html4/sgml/entities.html
2122
one page: http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html

0 commit comments

Comments
 (0)