Peter Eisentraut <pete...@gmx.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