[mythtv] [PATCH] contrib/mythencode.pl

Scott Rowe mythgnomer at rowelab.com
Sun May 16 23:59:50 EDT 2004


True, just scratching my particular itch.. 

> -----Original Message-----
> From: mythtv-dev-bounces at mythtv.org 
> [mailto:mythtv-dev-bounces at mythtv.org] On Behalf Of Nigel Pearson
> Sent: Sunday, May 16, 2004 9:36 PM
> To: Development of mythtv
> Subject: Re: [mythtv] [PATCH] contrib/mythencode.pl
> 
> 
> 	I haven't tested this, but quoting _all_ strange 
> characters may be safer. e.g.:
> 
>     $outname=`$getnamestr`;
> -  $outname =~ s/'/\\'/;
> +  $outname = quotemeta($outname);
> 
> --
> Nigel Pearson, nigel at ind.tansu.com.au | "Reality is that which,
> Telstra BI&D, Sydney, Australia       |  when you stop believing
> Office: 8255 4222    Fax:  8255 3153  |  in it, doesn't go away."
> Mobile: 0408 664435  Home: 9792 6998  |  Philip K. Dick - 'Valis'
> 
> 



More information about the mythtv-dev mailing list