Your message dated Mon, 11 Apr 2022 17:18:35 +1000
with message-id <[email protected]>
and subject line Re: groff-base: Cannot display PI character
has caused the Debian Bug report #286064,
regarding groff-base: Cannot display PI character
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
286064: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=286064
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: groff-base
Version: 1.18.1.1-3
Severity: minor

Cannot display PI character in man page printf(3), manpages-ja-dev.
It was skipped.
PI is 0xa6d0 in EUC-JP, and 0x03c0 in Unicode.
Groff said "/tmp/zman0XkhLp:717: warning: can't find special character `u03C0'".

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=ja_JP.ujis, LC_CTYPE=ja_JP.ujis (charmap=EUC-JP)

Versions of packages groff-base depends on:
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libgcc1                     1:3.4.2-2    GCC support library
ii  libstdc++5                  1:3.3.4-13   The GNU Standard C++ Library v3

-- no debconf information


--- End Message ---
--- Begin Message ---
package groff
retitle 286064 groff-base: cannot dislpay pi glyph in Japanese locale
thanks

I asked for further info in November 2020; none was forthcoming.

The pi character no longer seems to be present in the contemporary
printf(3) man page from manpages-ja-dev, but the issue doesn't reproduce
if I make up a page using Debian's groff 1.22.4 package.

$ cat EXPERIMENTS/japanese-pi.man
.TH printf 3 2014\-07\-08 GNU "Linux Programmer's Manual"
.SH 名前
.IR printf ,
.IR fprintf ,
.IR sprintf ,
.IR snprintf ,
.IR vprintf ,
.IR vfprintf ,
.IR vsprintf ,
.I vsnprintf
\- 指定された書式に変換して出力を行う
.SH 書式
\fB#include <stdio.h>\fP
.sp
\fBint printf(const char *\fP\fIformat\fP\fB, ...);\fP
.SH 説明
Hello, pi: π.

If I view the above with
"LANG=ja_JP.UTF-8 man -l EXPERIMENTS/japanese-pi.man"
the results are are what I expect.

Similarly if I bypass man(1) altogether.

$ groff -k -Tutf8 -man -mja EXPERIMENTS/japanese-pi.man | cat -s
printf(3)                  Linux Programmer's Manual                 printf(3)

名前
       printf,  fprintf,  sprintf,  snprintf, vprintf, vfprintf, vsprintf, vs‐
       nprintf - 指定された書式に変換して出力を行う

書式
       #include <stdio.h>

       int printf(const char *format, ...);

説明
       Hello, pi: π.

GNU                               2014-07-08                         printf(3)

Insufficient information was given to determine whether this was an
upstream issue or a Debian-specific one; the foregoing experiment rules
out either in a contemporary release.

Closing.

Regards,
Branden

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply via email to