aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-10-15 09:48:49 +0200
committerPeter Eisentraut <peter_e@gmx.net>2018-10-15 09:52:34 +0200
commitd315639c82e8a2cfd1d1b98b7acf0f6c033ab955 (patch)
treea6259bde5c282f37c2ca865ff91826f56a3fe73c /src/backend/tcop/postgres.c
parent1846bac46da142e0a9fdef3f9004c306370d7213 (diff)
downloadpostgresql-d315639c82e8a2cfd1d1b98b7acf0f6c033ab955.tar.gz
postgresql-d315639c82e8a2cfd1d1b98b7acf0f6c033ab955.zip
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions