Re: pgsql: Add list of acknowledgments to release notes

2021-09-20 Thread Peter Eisentraut
On 19.09.21 18:51, Tom Lane wrote: Peter Eisentraut writes: Add list of acknowledgments to release notes This contains all individuals mentioned in the commit messages during PostgreSQL 14 development. These entries: Michał Albrycht Önder Kalacı are causing some doc toolchain iss

Re: pgsql: Add list of acknowledgments to release notes

2021-09-19 Thread Tom Lane
Peter Eisentraut writes: > Add list of acknowledgments to release notes > This contains all individuals mentioned in the commit messages during > PostgreSQL 14 development. These entries: Michał Albrycht Önder Kalacı are causing some doc toolchain issues: [WARN] FOUserAgent - Glyph "\

Re: pgsql: Add list of acknowledgments to release notes

2018-10-15 Thread Peter Eisentraut
On 14/10/2018 16:41, Tom Lane wrote: > Well, I don't think leaving it alone is really nice. Three of the > four warnings seem to come from a single entry: > > Şahap Aşçı > > That's copied-and-pasted from our website, where it seems to render > fine, but in the PDF file what I see is > > #ahap

Re: pgsql: Add list of acknowledgments to release notes

2018-10-14 Thread Tom Lane
Peter Eisentraut writes: > On 14/10/2018 04:03, Tom Lane wrote: >> I wonder how well these characters will render in different viewing >> tools. Maybe there's not much to be done, but should we entity-ify >> the list where possible? > This is not related to the encoding of these characters in th

Re: pgsql: Add list of acknowledgments to release notes

2018-10-14 Thread Peter Eisentraut
On 14/10/2018 04:03, Tom Lane wrote: > Oct 13, 2018 9:58:10 PM org.apache.fop.events.LoggingEventListener > processEvent > WARNING: Glyph "?" (0x144, nacute) not available in font "Times-Roman". > Oct 13, 2018 9:58:10 PM org.apache.fop.events.LoggingEventListener > processEvent > WARNING: Glyph "

Re: pgsql: Add list of acknowledgments to release notes

2018-10-13 Thread Bruce Momjian
On Sat, Oct 13, 2018 at 10:03:28PM -0400, Tom Lane wrote: > I wonder how well these characters will render in different viewing > tools. Maybe there's not much to be done, but should we entity-ify > the list where possible? Previously SGML was Latin1 and we had to entity-ify them. I have no idea

Re: pgsql: Add list of acknowledgments to release notes

2018-10-13 Thread Tom Lane
Peter Eisentraut writes: > Add list of acknowledgments to release notes I notice that instead of using XML entities to represent non-ASCII characters in people's names, you just shoved a bunch of UTF8 into the file. This doubtless is related to the build warnings I'm seeing from the XML->PDF too