> my $text = $parts[$pt]->decode();
> $text =~ tr/ \t\n\r\x0b\xa0/ /s; # whitespace => space
> push(@{$self->{text_decoded}}, split_into_array_of_short_lines($text));
What does split_into_array_of_short_lines do? This sounds to me like it still
ends up with individual lines fed to the rules?
Loren
