X-Original-To: pgsql-docs-postgresql.org@postgresql.org Received: from localhost (wm.hub.org [200.46.204.128]) by postgresql.org (Postfix) with ESMTP id 3C90B9FB2CB for ; Wed, 20 Sep 2006 18:10:55 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.128]) (amavisd-new, port 10024) with ESMTP id 26402-09 for ; Wed, 20 Sep 2006 21:10:33 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey- Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by postgresql.org (Postfix) with ESMTP id 7971D9FB24E for ; Wed, 20 Sep 2006 18:10:32 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.6/8.13.6) with ESMTP id k8KLATBg019011; Wed, 20 Sep 2006 17:10:29 -0400 (EDT) To: Bruce Momjian cc: Peter Eisentraut , pgsql-docs@postgresql.org Subject: Re: This approach to non-ASCII names does not work In-reply-to: <200609202102.k8KL28u16255@momjian.us> References: <200609202102.k8KL28u16255@momjian.us> Comments: In-reply-to Bruce Momjian message dated "Wed, 20 Sep 2006 17:02:08 -0400" Date: Wed, 20 Sep 2006 17:10:28 -0400 Message-ID: <19010.1158786628@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=1.271 tagged_above=0 required=5 tests=INFO_TLD, SPF_HELO_PASS, SPF_PASS X-Spam-Level: * X-Archive-Number: 200609/27 X-Sequence-Number: 3714 Bruce Momjian writes: > Interesting, I found this for that character: > http://www.fileformat.info/info/unicode/char/0131/index.htm > Turns out that number is the right entity. Seems they have numbers that > match UTF16/UTF32 values. So are we OK? No, we are not, because the docs don't build for anyone who has pickier SGML tools than the ancient laissez-faire toolchain you seem to be using. HEAD currently gives me openjade -V draft-mode -wall -wno-unused-param -wno-empty -D . -c /usr/share/sgml/docbook/dsssl-stylesheets/catalog -d stylesheet.dsl -i output-html -t sgml postgres.sgml openjade:ddl.sgml:2581:51:E: document type does not allow element "SECT2" here openjade:ddl.sgml:2646:39:E: document type does not allow element "SECT2" here openjade:ddl.sgml:2706:52:E: document type does not allow element "SECT2" here openjade:ddl.sgml:2848:8:E: end tag for "SECT2" omitted, but OMITTAG NO was specified openjade:ddl.sgml:2317:3: start tag was here openjade:release.sgml:572:14:E: "353" is not a character number in the document character set openjade:release.sgml:1091:56:E: "305" is not a character number in the document character set openjade:release.sgml:1091:63:E: "305" is not a character number in the document character set openjade:release.sgml:1505:35:E: "305" is not a character number in the document character set openjade:release.sgml:1505:42:E: "305" is not a character number in the document character set openjade:release.sgml:1670:38:E: "305" is not a character number in the document character set openjade:release.sgml:1670:45:E: "305" is not a character number in the document character set make: *** [html] Error 1 I don't believe in ignoring compiler warnings, and I don't believe in ignoring these problems either. regards, tom lane