[ic] Filters with UTF-8 body

Peter peter at pajamian.dhs.org
Thu Mar 12 21:10:42 UTC 2009


On 03/12/2009 12:28 PM, David Christensen wrote:
> I have a commit queued to fix all instances of explicit ranges,  
> however, there was something I found which I'm not sure is a wart or  
> not.  From dist/lib/UI/Primitive.pm:
> 
> 45:$DECODE_CHARS = qq{&[<"\000-\037\177-\377};

Provided we think it may still be needed, I think the best way to deal
with this one is:
$DECODE_CHARS = qq{&[<"[[:^print:]]};


Peter



More information about the interchange-users mailing list