[Pkg-octave-devel] Non-ascii character in Inline::Octave man page

Rafael Laboissiere rafael at debian.org
Thu Oct 20 15:24:29 UTC 2005


Hi Andy,

In building the Debian package for Inline::Octave, we came across the
following problem:

    $ pod2man Octave.pm | LANG=C man -l - > /dev/null
    Reformatting (stdin), please wait...
    <standard input>:603: warning: can't find numbered character 169

This is just a warning, probably harmless, but the patch below fixes it:

--- Octave.pm-orig      2005-10-20 17:22:40.193598560 +0200
+++ Octave.pm   2005-10-20 17:22:59.085726520 +0200
@@ -1602,7 +1602,7 @@

 =head1 COPYRIGHT
 
-© MMIII, Andy Adler
+(C) MMIII, Andy Adler
 
All Rights Reserved. This module is free software. It may be used,
redistributed and/or modified under the same terms as Perl itself.
   
Cheers,

-- 
Rafael



More information about the Pkg-octave-devel mailing list