| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org> |
| Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: Add list of acknowledgments to release notes |
| Date: | 2021-09-20 08:27:50 |
| Message-ID: | c1931126-2be7-400e-57b5-ef13164bd445@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
On 19.09.21 18:51, Tom Lane wrote:
> Peter Eisentraut <peter(at)eisentraut(dot)org> writes:
>> Add list of acknowledgments to release notes
>> This contains all individuals mentioned in the commit messages during
>> PostgreSQL 14 development.
>
> These entries:
>
> <member>Michał Albrycht</member>
>
> <member>Önder Kalacı</member>
>
> are causing some doc toolchain issues:
>
> [WARN] FOUserAgent - Glyph "\305\202" (0x142, lslash) not available in font "Times-Roman".
> [WARN] FOUserAgent - Glyph "\304\261" (0x131, dotlessi) not available in font "Times-Roman".
>
> I see this on alabio (as well as locally), which I presume means
> that the officially built PDFs won't render these names correctly.
> They sure don't render nicely in PDFs made on my machine:
>
> Micha# Albrycht
>
> Önder Kalac#
>
> As a quick hack I'm inclined to just anglicize those letters ...
> do you have a better idea?
Fixed those. A real fix would probably need to involve using a
different font, as has been previously discussed.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2021-09-20 14:30:56 | pgsql: Translation updates |
| Previous Message | Peter Eisentraut | 2021-09-20 08:09:39 | pgsql: doc: Replace characters that the PDF build cannot handle |