| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
| Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: Add list of acknowledgments to release notes |
| Date: | 2018-10-14 02:03:28 |
| Message-ID: | 1881.1539482608@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Peter Eisentraut <peter_e(at)gmx(dot)net> 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 toolchain:
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 "?" (0x15e, Scedilla) not available in font "Times-Roman".
Oct 13, 2018 9:58:10 PM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Glyph "?" (0x15f, scedilla) not available in font "Times-Roman".
Oct 13, 2018 9:58:10 PM org.apache.fop.events.LoggingEventListener processEvent
WARNING: Glyph "?" (0x131, dotlessi) not available in font "Times-Roman".
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?
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2018-10-14 03:30:18 | Re: pgsql: Add list of acknowledgments to release notes |
| Previous Message | Michael Paquier | 2018-10-14 01:59:02 | Re: pgsql: Add TAP tests for pg_verify_checksums |