Date: Sun, 18 Dec 2022 01:30:05 +0000 From: bugzilla-noreply@freebsd.org To: doc@FreeBSD.org Subject: [Bug 268421] ATAN2(3) manpage contains UTF8 character codes Message-ID: <bug-268421-9-nGZWDwIjpS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268421-9@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268421 --- Comment #3 from Yuri <yuri@aetern.org> --- Those are mathematical characters documented in mandoc_char(7). The one you are talking about seems to be: \(** ∗ asterisk As the page describes mathematical function, it seems to be acceptable? There are other non-standard characters used as well. Other than getting fonts that have the glyphs (I'm using e.g. iosevka, and everything looks fine), you can force ASCII output by running it as `LC_ALL=C man atan2`; mandoc relies on LC_CTYPE to decide if it should output UTF-8 or do the best-effort substitution of those characters in ASCII output. -- You are receiving this mail because: You are on the CC list for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268421-9-nGZWDwIjpS>
