Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id C2C9DB5DBF4 for ; Wed, 12 Oct 2011 18:21:28 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 03791-10 for ; Wed, 12 Oct 2011 21:21:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0-rc2 Received: from momjian.us (momjian.us [70.90.9.53]) by mail.postgresql.org (Postfix) with ESMTP id 265B6B5DBDE for ; Wed, 12 Oct 2011 18:21:22 -0300 (ADT) Received: (from bruce@localhost) by momjian.us (8.11.6/8.11.6) id p9CLLJv11436; Wed, 12 Oct 2011 17:21:19 -0400 (EDT) From: Bruce Momjian Message-Id: <201110122121.p9CLLJv11436@momjian.us> Subject: Re: non-ASCII characters in SGML documentation (and elsewhere) In-Reply-To: <1305912685-sup-1322@alvh.no-ip.org> To: Alvaro Herrera Date: Wed, 12 Oct 2011 17:21:19 -0400 (EDT) CC: Susanne Ebrecht , Tom Lane , Peter Eisentraut , pgsql-docs X-Mailer: ELM [version 2.4ME+ PL124 (25)] MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ELM1318454478-1529-6_" Content-Transfer-Encoding: 8bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-2.404 tagged_above=-5 required=5 tests=BAYES_00=-1.9, RP_MATCHES_RCVD=-0.504 X-Spam-Level: X-Archive-Number: 201110/39 X-Sequence-Number: 7039 --ELM1318454478-1529-6_ Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UNKNOWN-8BIT" Alvaro Herrera wrote: > Excerpts from Susanne Ebrecht's message of vie may 20 09:04:26 -0400 2011: > > On 20.05.2011 13:56, Tom Lane wrote: > > >> * Should we allow non-ASCII characters in general source files? > > > Prefer "no" here. > > > > I only see two reasons for non-ASCII signs in English. > > Either it is a foreign name of e.g. a person > > or it is a word that English took from French like in déjà vu. > > I'd like my name accented in the release notes, thanks. Sure, you want the first "A" in Alvaro with an accent. I would love to backpatch that but it would be royal pain. I am afraid it can only easily be done in future release notes. I have added the proper markup to our release note checklist; patch attached. Does anyone else want special handling for their name? -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + --ELM1318454478-1529-6_ Content-Transfer-Encoding: 7bit Content-Type: text/x-diff Content-Disposition: inline; filename="/rtmp/accent" diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml new file mode 100644 index 15f273c..c860b90 *** a/doc/src/sgml/release.sgml --- b/doc/src/sgml/release.sgml *************** non-ASCII characters convert *** 27,32 **** --- 27,34 ---- does not support it http://www.pemberley.com/janeinfo/latin1.html#latexta + Alvaro Herrera is Álvaro Herrera + wrap long lines For new features, add links to the documentation sections. Use --ELM1318454478-1529-6_--