* Makefile (UNUSUAL_OK_CHARSET): Add ‘⟨’ and ‘⟩’. groff 1.23 -man .UR puts these into the .txt files. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index 47d0643c..d1a9a69c 100644 --- a/Makefile +++ b/Makefile @@ -547,7 +547,7 @@ SAFE_CHAR= '[]'$(SAFE_CHARSET)'-]' # These non-alphabetic, non-ASCII printable characters are # used in commentary or in generated *.txt files # and are not likely to cause confusion. -UNUSUAL_OK_CHARSET= §«°±»½¾×–‘’“”•→−≤★⯪ +UNUSUAL_OK_CHARSET= §«°±»½¾×–‘’“”•→−≤★⟨⟩⯪ # Put this in a bracket expression to match spaces. s = [:space:] -- 2.51.0
