Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8b77e22

Browse files
committed
Document how to find non-ASCII characters in the release notes.
1 parent4934003 commit8b77e22

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)

[8]ページ先頭

©2009-2025 Movatter.jp