#1126707 Unicode::LineBreak.3pm: Some remarks and a patch with editorial changes for this man page

Package:
libunicode-linebreak-perl
Source:
libunicode-linebreak-perl
Description:
UAX #14 Unicode Line Breaking Algorithm
Submitter:
Bjarni Ingi Gislason
Date:
2026-01-31 09:03:25 UTC
Severity:
normal
Tags:
#1126707#5
Date:
2026-01-30 23:39:40 UTC
From:
To:
Dear Maintainer,

From "/usr/share/doc/debian/bug-reporting.txt.gz":

  Don't file bugs upstream

   If you file a bug in Debian, don't send a copy to the upstream software
   maintainers yourself, as it is possible that the bug exists only in
   Debian. If necessary, the maintainer of the package will forward the
   bug upstream.

-.-

  I do not send reports upstream if I have to get an account there.
The Debian maintainers have one already.

  If I get a negative (or no) response from upstream, I send henceforth
bugs to Debian.

-.-

   * What led up to the situation?

     Checking for defects with a new version

test-[g|n]roff -mandoc -t -K utf8 -rF0 -rHY=0 -rCHECKSTYLE=0 -ww -z < "man page"

  [Use

grep -n -e ' $' -e '\\~$' -e ' \\f.$' -e ' \\"' <file>

  to find (most) trailing spaces.]

  ["test-groff" is a script in the repository for "groff"; is not shipped]
(local copy and "troff" slightly changed by me).

  [The fate of "test-nroff" was decided in groff bug #55941.]

   * What was the outcome of this action?

Output from "test-groff  -mandoc -t -K utf8 -rF0 -rHY=0 -rCHECKSTYLE=0 -ww -z ":

troff:<stdin>:424: warning: trailing space in the line
troff:<stdin>:553: warning: trailing space in the line
troff:<stdin>:599: warning: trailing space in the line
troff:<stdin>:652: warning: trailing space in the line
troff:<stdin>:673: warning: special character 'u307E' not defined
troff:<stdin>:673: warning: special character 'u3059' not defined
troff:<stdin>:674: warning: special character 'u30DE' not defined
troff:<stdin>:674: warning: special character 'u30B9' not defined
troff:<stdin>:862: warning: special character 'u65E5' not defined
troff:<stdin>:862: warning: special character 'u672C' not defined
troff:<stdin>:862: warning: special character 'u8A9E' not defined
troff:<stdin>:862: warning: special character 'u6587' not defined
troff:<stdin>:862: warning: special character 'u66F8' not defined
troff:<stdin>:862: warning: special character 'u306E' not defined
troff:<stdin>:862: warning: special character 'u7D44' not defined
troff:<stdin>:862: warning: special character 'u7248' not defined
troff:<stdin>:862: warning: special character 'u65B9' not defined
troff:<stdin>:862: warning: special character 'u6CD5' not defined
troff:<stdin>:892: warning: trailing space in the line

   * What outcome did you expect instead?

     No output (no warnings).

-.-

  General remarks and further material, if a diff-file exist, are in the
attachments.