From bc4137aded8bae8baa2adbe6b806585974a7f739 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 1 May 2009 16:56:39 +0200 Subject: efa: Added note about no-break space in a regular expression --- bin/efa | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/efa b/bin/efa index ca54b18..03563f1 100755 --- a/bin/efa +++ b/bin/efa @@ -81,6 +81,7 @@ sub prepare_content($) { my $html = shift; my $offer = 0; my $return; + # beware of the no-break space (U+00A0) ↓ ↓ foreach (split(/ \d+\. Fahrt<\/span>/, $html)) { unless ($offer) { $offer++; -- cgit v1.2.3