X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fprocess;h=38e4f90c8c1a1e326b5530d8bed341ba29f9a109;hb=579e7989241accf28828f218679da2131e449900;hp=228d28ad32fc6166e8c52b9cd025aa0fdbfe8d32;hpb=b62f842247043674435594fb876f077af8f660e8;p=debbugs.git diff --git a/scripts/process b/scripts/process index 228d28a..38e4f90 100755 --- a/scripts/process +++ b/scripts/process @@ -225,7 +225,10 @@ for my $phline (@bodylines) # Fixes #488554 $phline =~ s/\xef\xbb\xbf//g; $phline =~ s/\N{U+FEFF}//g; - last if $phline !~ m/^([\w-]+):\s*(\S.*)/; + last if $phline !~ m/^([\w-]+): # psuedoheader + (?:\s|\N{U+00A0})* # zero or more spaces, including + # non-breaking space + (\S.*)/x; # pseudoheader value my ($fn, $fv) = ($1, $2); $fv =~ s/\s*$//; # pluralize tag/usertag