| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Re: This approach to non-ASCII names does not work |
| Date: | 2006-09-19 19:13:37 |
| Message-ID: | 200609191913.k8JJDb310564@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
Tom Lane wrote:
> 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:release.sgml:567:14:E: "353" is not a character number in the document character set
> openjade:release.sgml:1085:56:E: "305" is not a character number in the document character set
> openjade:release.sgml:1085:63:E: "305" is not a character number in the document character set
> openjade:release.sgml:1497:35:E: "305" is not a character number in the document character set
> openjade:release.sgml:1497:42:E: "305" is not a character number in the document character set
> openjade:release.sgml:1662:38:E: "305" is not a character number in the document character set
> openjade:release.sgml:1662:45:E: "305" is not a character number in the document character set
> make: *** [html] Error 1
Wow, our documentation characterset is "ISO-8859-1":
CONTENT="text/html; charset=ISO-8859-1"
Should we change it to UTF8?
--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-09-19 19:19:05 | Re: This approach to non-ASCII names does not work |
| Previous Message | Tom Lane | 2006-09-19 17:24:53 | This approach to non-ASCII names does not work |