bug-groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #65716] We don't seem to be using the "latest" glyphlist.txt to gen


From: G. Branden Robinson
Subject: [bug #65716] We don't seem to be using the "latest" glyphlist.txt to generate the tables for afmtodit.
Date: Sat, 7 Sep 2024 09:19:44 -0400 (EDT)

Follow-up Comment #2, bug #65716 (group groff):

The reason is this line:

https://git.savannah.gnu.org/cgit/groff.git/tree/src/utils/afmtodit/make-afmtodit-tables?h=1.23.0#n118


      -e '/;\(E\|F[0-8]\)/d' \


That's a _sed_ line.  So it's nuking all Unicode code points matching
E000..F8FF.  That's the Unicode Private Use Area.  So it seems to be a correct
call.  Except we're also matching E0000..EFFFFF and F0000..F8FFFF, which...I
don't know, may not be assigned yet.  But they're less than 10FFFF so they
might be some day.

Werner put that line in when he first checked in the script, in 2005.

Can/should we do anything about this?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65716>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]