Thomas,

In sub URIBLok_Run I made the following modifications to handle two URI 
variants:

Variant 1: href=3d"http://...
Variant 2: http://somename。com


     my $data = &cleanMIMEBody2UTF8($bd);
     $data =~ s/\=(?:\015?\012|\015)//go;
     # MIKE
     $data =~ s/href\=3[dD]/href\=/go;
     $data =~ s/\&\#12290\;/./go;
     # End MIKE
     $data = decHTMLent($data);


-- 
Michael Thomas
Mathbox
978-687-3300
Toll Free: 1-877-MATHBOX (1-877-628-4269)


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to