[mythtv] [PATCH] contrib/mythencode.pl

Nigel Pearson nigel at ind.tansu.com.au
Sun May 16 22:36:08 EDT 2004


	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