bug-groff
[Top][All Lists]
Advanced

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

[bug #57448] groff will not break a line at a hard hyphen following some


From: Dave
Subject: [bug #57448] groff will not break a line at a hard hyphen following some letter combinations
Date: Sun, 6 Aug 2023 11:45:02 -0400 (EDT)

Follow-up Comment #7, bug #57448 (project groff):

Here's a simpler example than the one in the original submission, showing that
a combination of a single letter and a hyphen triggers the bug when there's a
kernpair between that letter and the hyphen:

#!/bin/bash

(echo .ll 1p
 for letter in $(seq 65 90)
 do
   echo -e "\x$(printf %x $letter)"-shaped
   echo .br
 done
) | groff -Wbreak -a | grep .-.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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