groff
[Top][All Lists]
Advanced

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

Re: [Groff] unicode support, part 11: \[sqrt] vs \(sr


From: Werner LEMBERG
Subject: Re: [Groff] unicode support, part 11: \[sqrt] vs \(sr
Date: Thu, 23 Feb 2006 07:31:54 +0100 (CET)

> > +++ groff-20060217/src/libs/libgroff/glyphuni.cpp
> > @@ -398,7 +398,8 @@
> >    { "mi", "2212" },
> >    { "-+", "2213" },
> >    { "**", "2217" },
> > -//{ "sqrt", "221A" },
> > +  // \[sqrt] and \(sr are the same.
> > +  { "sqrt", "221A" },
> >    { "sr", "221A" },
> >    { "pt", "221D" },
> >    { "if", "221E" },
> 
> This is wrong too.  In glyphuni.cpp, a former entry with the same
> Unicode value is overwritten by the latter one.  With other words, the
> entry for `sqrt' would never be visible.

I have to correct myself, sorry.  Bruno is right :-)


    Werner




reply via email to

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