X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fprocess;fp=scripts%2Fprocess;h=d42a1f92b995c8a8c98a77969e62a436a595a348;hb=871502f5eabc4fd0025546ccb3988ae4c446735f;hp=17aa15be7b297939a66e8ea97e1eff656fbf4645;hpb=4723d91a6b37571119d57413b3eef4b47d1e3d73;p=debbugs.git diff --git a/scripts/process b/scripts/process index 17aa15b..d42a1f9 100755 --- a/scripts/process +++ b/scripts/process @@ -224,6 +224,7 @@ for my $phline (@bodylines) # Remove BOM markers from UTF-8 strings # Fixes #488554 $phline =~ s/\xef\xbb\xbf//g; + $phline =~ s/\N{U+FEFF}//g; last if $phline !~ m/^([\w-]+):\s*(\S.*)/; my ($fn, $fv) = ($1, $2); $fv =~ s/\s*$//;