From: Florian Weimer Date: Thu, 16 Jul 2020 08:17:31 +0000 (+0200) Subject: manual: Use Unicode instead HTML entities for characters (bug 19737) X-Git-Tag: glibc-2.32~45 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=da7d62b50396c8b6d67c1ba800a196e83e2ec469;p=glibc.git manual: Use Unicode instead HTML entities for characters (bug 19737) Texinfo no longer treats arguments to @set in @ifhtml blocks as literal HTML, so the & in the entity references was encoded as @amp; in HTML. Using the equivalent Unicode characters avoids this issue. Reviewed-by: Carlos O'Donell Tested-by: Carlos O'Donell --- diff --git a/manual/math.texi b/manual/math.texi index dcff7b7f41..376306cfc5 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -1,9 +1,9 @@ @c We need some definitions here. @ifclear mult @ifhtml -@set mult · -@set infty ∞ -@set pie π +@set mult @U{00B7} +@set infty @U{221E} +@set pie @U{03C0} @end ifhtml @iftex @set mult @cdot