Package: cupt Version: 0.6.1 Severity: minor Tags: patch cupt.1.pod uses utf8 characters but doesn't declare this. pod2man then assumes the source is latin1 and encodes the individual bytes of the utf8 characters to utf8.
Attached patch adds encoding declaration to cupt.1.pod (necessary) and the other pod files (in case they gain such characters in the future). -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (100, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages cupt depends on: ii libcupt-perl 0.6.1 alternative front-end for dpkg -- ii perl 5.10.0-25 Larry Wall's Practical Extraction ii sensible-utils 0.0.1 Utilities for sensible alternative cupt recommends no packages. Versions of packages cupt suggests: pn libterm-readline-gnu-perl <none> (no description available) -- no debconf information -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]>
From 953fb05acd718ba692c9adc80e8bfca6088eb396 Mon Sep 17 00:00:00 2001 From: James Vega <[email protected]> Date: Wed, 26 Aug 2009 10:47:22 -0400 Subject: [PATCH] Specify utf8 encoding for pod so the generated man pages aren't double-encoded --- doc/cupt.1.pod | 2 ++ doc/cupt_howto.7.pod | 2 ++ doc/cupt_vs_apt.5.pod | 2 ++ 3 files changed, 6 insertions(+), 0 deletions(-) diff --git a/doc/cupt.1.pod b/doc/cupt.1.pod index 60d1722..ddb0c50 100644 --- a/doc/cupt.1.pod +++ b/doc/cupt.1.pod @@ -1,5 +1,7 @@ =pod +=encoding utf8 + =head1 NAME cupt - console package management tool diff --git a/doc/cupt_howto.7.pod b/doc/cupt_howto.7.pod index 02b23f9..e44352c 100644 --- a/doc/cupt_howto.7.pod +++ b/doc/cupt_howto.7.pod @@ -1,5 +1,7 @@ =pod +=encoding utf8 + =head1 NAME cupt_howto - how to use L<cupt(1)> package manager diff --git a/doc/cupt_vs_apt.5.pod b/doc/cupt_vs_apt.5.pod index 66a2e7c..527e1ed 100644 --- a/doc/cupt_vs_apt.5.pod +++ b/doc/cupt_vs_apt.5.pod @@ -1,5 +1,7 @@ =pod +=encoding utf8 + =head1 NAME cupt_vs_apt - overview of things Cupt and APT differ in -- 1.6.3.3
signature.asc
Description: Digital signature

