Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
KENNY(1)	       User Contributed Perl Documentation		KENNY(1)

NAME
     kenny.pl -- translate from and to KennySpeak

SYNOPSIS
     kenny.pl [ -h ] [ -u ] [ -k | -d ] [ file1 ] [ file2 ] ...

OVERVIEW
     kenny.pl translates a given text from or to KennySpeak. KennySpeak looks
     like this:

	 "Ppfmfp ppmffm mfmppfmpm, fmpmfpmppffm'fpmmpp
	  pmpmffpmfpmfmppmpm Pmpmppppppppffm!"

DESCRIPTION
     kenny.pl will read the given filenames, translate them and print the re-
     sults on stdout. If you don't give a filename, stdin is used. A - as a
     filename means stdin.

     Without any parameters, kenny.pl will look at the first line of input and
     guess which way you want to translate. If kenny.pl guesses wrong, you must
     select the translation mode using the -k or -d switch.

   Switches
     -h   This will print a short notice and a quick summary of the available
	  switches.

     -u   This will convert German umlauts to Ae, Oe, Ue, ae, oe, ue and ss so
	  that they can be kennyfied correctly.

     -k   Kennyfy. This forces the input to be translated into KennySpeak.

     -d   Dekennyfy. This forces the input to be translated back from KennyS-
	  peak.

VERSION
     This is $Revision: 1.7 $.

BUGS
     The -u switch might not work for charsets other than Latin-1. You might try
     to convert the kenny.pl script using recode to change it from Latin-1 to
     your preferred charset.

CREDITS
     kenny.pl was written by Christian Garbs. Look on his homepage for newer
     versions of kenny.pl. Bug reports or comments about the program should be
     sent to him:
	    Christian Garbs <mitch@cgarbs.de>
	    http://www.cgarbs.de/weird.en.html

     KennySpeak was invented by Kohan Ikin. See his homepage for an online ver-
     sion of the original KennyTranslator:
	    Kohan Ikin <syneryder@namesuppressed.com>
	    http://www.namesuppressed.com/kenny/

     Alan Eldridge <alane@geeksrus.net> patched in a signal handler to print an
     appropriate message when kenny.pl is killed.

COPYRIGHT
     kenny.pl is licensed unter the Artistic License which can be found at
     http://www.perl.com/language/misc/Artistic.html. This license has been cho-
     sen for keeping compatibility with the original KennySpeak format.

perl v5.42.2			   2026-06-13				KENNY(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=kenny&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help