summaryrefslogtreecommitdiff
path: root/PROBLEMS
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-25 21:18:24 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2022-05-25 21:18:24 -0500
commit0c60e80fbcee361d34ab6001241a96fc189cc317 (patch)
tree9001f1e813bccad7a9f079583617693a55274f16 /PROBLEMS
parentf04365c2b33e0d031e509bc4e739eaf3b28b3af0 (diff)
downloadgroff-git-0c60e80fbcee361d34ab6001241a96fc189cc317.tar.gz
[fonts]: Drop excess `*U` mapping in PS/PDF.
* font/devps/S: * font/devps/symbolmap: Drop excess mapping of `*U` special character. groff maps it to the Adobe Glyph List name 'Upsilon1'. (The AGL 'Upsilon' is a homoglyph of the Latin capital 'Y'.) * PROBLEMS: De-document build-time warning, now resolved.
Diffstat (limited to 'PROBLEMS')
-rw-r--r--PROBLEMS14
1 files changed, 0 insertions, 14 deletions
diff --git a/PROBLEMS b/PROBLEMS
index 910ba503c..1235e7343 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -735,20 +735,6 @@ the Euro glyph).
----------------------------------------------------------------------
-* I get a warning, "afmtodit: both Upsilon and Upsilon1 map to *U
- at...".
-
-This is a known issue with the font mapping groff uses for PostScript
-fonts. The Adobe Type 1 Symbol font has two different code points for a
-Greek capital upsilon; one looks like a Latin capital Y ("Upsilon"), and
-the other has a curly right arm ("Upsilon1"). In troff systems, only
-one form of Greek capital upsilon is supported; a Latin capital Y is
-used for its Greek homoglyph, whereas the special character '\[*Y]'
-accesses the curly form of the Greek capital upsilon. We plan to
-resolve this (minor) issue in a future release.
-
-----------------------------------------------------------------------
-
* I get warnings about the "vasnprintf" function.
lib/vasnprintf.c: In function 'vasnprintf':