groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff/src/libs/libgroff glyphuni.cpp


From: Werner LEMBERG
Subject: [Groff-commit] groff/src/libs/libgroff glyphuni.cpp
Date: Thu, 23 Feb 2006 20:23:42 +0000

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 06/02/23 20:23:42

Modified files:
        src/libs/libgroff: glyphuni.cpp 

Log message:
        Add comments from Bruno.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/groff/groff/src/libs/libgroff/glyphuni.cpp.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: groff/src/libs/libgroff/glyphuni.cpp
diff -u groff/src/libs/libgroff/glyphuni.cpp:1.10 
groff/src/libs/libgroff/glyphuni.cpp:1.11
--- groff/src/libs/libgroff/glyphuni.cpp:1.10   Thu Feb 23 20:09:51 2006
+++ groff/src/libs/libgroff/glyphuni.cpp        Thu Feb 23 20:23:42 2006
@@ -337,6 +337,10 @@
   { "*f", "03D5" },
   { "+p", "03D6" },
   { "+e", "03F5" },
+  // `-' and `hy' denote a HYPHEN, usually a glyph with a smaller width than
+  // the MINUS sign.  Users who are viewing broken man pages that assume
+  // that `-' denotes a U+002D character can either fix the broken man pages
+  // or apply the workaround described in the PROBLEMS file.
   { "-", "2010" },
   { "hy", "2010" },
   { "en", "2013" },
@@ -396,6 +400,10 @@
   { "product", "220F" },
   { "coproduct", "2210" },
   { "sum", "2211" },
+  // `mi' (and `\-') denotes a MINUS sign.  But it is used in many man pages
+  // to denote the U+002D character that introduces a command-line option. 
+  // For devices that support copy&paste, such as devhtml and devutf8, the
+  // user can apply the workaround described in the PROBLEMS file.
 //{ "\\-", "2212" },
   { "mi", "2212" },
   { "-+", "2213" },




reply via email to

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