On Thu, May 10, 2012 at 07:40:29PM +0300, Peter Eisentraut wrote: > On tor, 2012-05-10 at 12:24 -0400, Tom Lane wrote: > > > > > openjade:/home/bf/bfr/root/HEAD/pgsql.9367/../pgsql/doc/src/sgml/release-9.2.sgml:1946:14:E: > > "324" is not a character number in the document character set > > > > I get the same, and so do some of the buildfarm members. I've changed > > the text and added a note to release.sgml specifying not to use > > numeric character entities. > > The problem is not using numeric character entities, it's using a > character not in the document character set, which is Latin 1.
That's what I suspected. I now see they were saying you have to define the charset as Unicode, which we can't do. I updated the docs again to explain that. Thanks. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
