mirror of
https://https.git.savannah.gnu.org/git/groff.git
synced 2026-01-27 01:44:25 +00:00
tmac/fallbacks.tmac: Fix misleading comment.
This commit is contained in:
parent
13866fdf0b
commit
c4e1d2afa0
@ -35,7 +35,7 @@
|
||||
.\" next unless (defined ($u) && $u >= 0x2160 && $u <= 0x217F);
|
||||
.\" if (/^\s+#\s+([[:xdigit:][:blank:]]+)(\s.*)?$/) {
|
||||
.\" ## NB: may make sense to map to \[uXXXX]'s instead
|
||||
.\" printf (".fchar \\[u%04x] %s\n", $u,
|
||||
.\" printf (".fchar \\[u%04X] %s\n", $u,
|
||||
.\" pack ("U*", map { oct ("0x" . $_); } split (/ /, $1)));
|
||||
.\" $u = undef;
|
||||
.\" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user