From 9274c577f7351c5af8e4c85f4a6031db11c93992 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 15 Oct 2018 09:48:49 +0200 Subject: [PATCH] Fixes for "Glyph not available" warnings from FOP With the PostgreSQL 11 release notes acknowledgments list, FOP reported WARNING: Glyph "?" (0x144, nacute) not available in font "Times-Roman". WARNING: Glyph "?" (0x15e, Scedilla) not available in font "Times-Roman". WARNING: Glyph "?" (0x15f, scedilla) not available in font "Times-Roman". WARNING: Glyph "?" (0x131, dotlessi) not available in font "Times-Roman". This is because we have some new contributors whose names use letters that we haven't used before, and apparently FOP can't handle them out of the box. For now, just fix this by "unaccenting" those names. In the future, maybe this can be fixed better with a different font configuration. There is also another warning WARNING: Glyph "?" (0x3c0, pi) not available in font "Times-Roman". but that existed in previous releases and is not touched here. --- doc/src/sgml/release-11.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index 87409ac58a..7d00eee516 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -3144,7 +3144,7 @@ same commits as above Abhijit Menon-Sen - Adam Bielański + Adam Bielanski Adam Brightwell Adam Brusselback Aditya Toshniwal @@ -3402,7 +3402,7 @@ same commits as above Rod Taylor Rushabh Lathia Ryan Murphy - Şahap Aşçı + Sahap Asci Samuel Horwitz Scott Ure Sean Johnston