8 May
2008
8 May
'08
11:22 p.m.
On Thu, May 8, 2008 at 5:30 PM, Peter Moulder <Peter.Moulder@...38...> wrote: ...
How about the following hack instead?
Somewhat illegible first line, but it has the desired properties that it can be run with './utf8-to-roff' or with 'perl -CI ./utf8-to-roff'.
pjrm.
--- utf8-to-roff (révision 18563) +++ utf8-to-roff (copie de travail) @@ -1,9 +1,11 @@
-#! /usr/bin/perl -w -CI +if (false && ''); then :; else exec perl -CI "$0"; fi # ') {}
- # Converts a man page from utf8 (not understood by groff 1.18) to groff escapes. # I couldn't find any existing tool to convert from utf8 to groff, though I # seem to recall seeing some code to do so somewhere. # # Hereby released into public domain by Peter Moulder.
+use warnings; use strict;
# Table generated automatically using:
That built succesfully here - thanks :)