[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:37147] Printing manual page in postscript
Package: groff
Severity: wishlist
Hi,
Masatoshi Suehiro <gully@xxxxxxxxxxxxx> reported that
groff is able to display Japanese characters properly
when the following modifications are done.
Without the following modification, viewing with
"man -Tps man | gv -" gives an undesired result where
the manual page content goes over the page on the right
hand side, when locale is ja_JP.eucJP.
> sakura$ pwd
> /usr/share/groff/1.18.1/font/devps
> sakura$ diff -u G.orig G
> --- G.orig 2003-04-18 09:56:10.000000000 +0900
> +++ G 2003-05-18 19:11:36.000000000 +0900
> @@ -3,5 +3,7 @@
> spacewidth 250
> encodingname EUC-JP
> charset
> -u2E00..u9FFF 500 3
> -uFF00..uFFEF 500 3
> +u2E00..u9FFF 1000 3
> +uFF00..uFF5F 1000 3
> +uFF60..uFF9F 500 3
> +uFFA0..uFFEF 1000 3
> sakura$ diff -u M.orig M
> --- M.orig 2003-04-18 09:56:10.000000000 +0900
> +++ M 2003-05-18 19:10:47.000000000 +0900
> @@ -3,5 +3,7 @@
> spacewidth 250
> encodingname EUC-JP
> charset
> -u2E00..u9FFF 500 3
> -uFF00..uFFEF 500 3
> +u2E00..u9FFF 1000 3
> +uFF00..uFF5F 1000 3
> +uFF60..uFF9F 500 3
> +uFFA0..uFFEF 1000 3