diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-05-08 23:17:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-05-08 23:17:52 -0400 |
commit | 773b5e0efa409d06113c3654f53da511de673a51 (patch) | |
tree | 899cdc7cad5b81ecfa73048887e466f04beef001 /doc/src | |
parent | acd4c7d58baf09fc278a0f8c1170fba2d56ccdd5 (diff) | |
download | postgresql-773b5e0efa409d06113c3654f53da511de673a51.tar.gz postgresql-773b5e0efa409d06113c3654f53da511de673a51.zip |
Add another URL for HTML entity codes.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 121f2d21f34..1c4762a289b 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -23,6 +23,7 @@ non-ASCII characters find using grep -P '[\x80-\xFF]' other lists: http://www.zipcon.net/~swhite/docs/computers/browsers/entities.html http://www.zipcon.net/~swhite/docs/computers/browsers/entities_page.html http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references + http://webdesign.about.com/library/bl_htmlcodes.htm we cannot use UTF8 because SGML Docbook does not support it |