forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd315639
committed
Fixes for "Glyph not available" warnings from FOP
With the PostgreSQL 11 release notes acknowledgments list, FOP reportedWARNING: 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 lettersthat we haven't used before, and apparently FOP can't handle them outof 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 warningWARNING: Glyph "?" (0x3c0, pi) not available in font "Times-Roman".but that existed in previous releases and is not touched here.1 parent1846bac commitd315639
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3144 | 3144 |
| |
3145 | 3145 |
| |
3146 | 3146 |
| |
3147 |
| - | |
| 3147 | + | |
3148 | 3148 |
| |
3149 | 3149 |
| |
3150 | 3150 |
| |
| |||
3402 | 3402 |
| |
3403 | 3403 |
| |
3404 | 3404 |
| |
3405 |
| - | |
| 3405 | + | |
3406 | 3406 |
| |
3407 | 3407 |
| |
3408 | 3408 |
| |
|
0 commit comments
Comments
(0)