Am 11.07.2015 um 14:46 schrieb Gavin Smith:
> --- tp/Texinfo/Convert/Plaintext.pm (revision 6400)
> +++ tp/Texinfo/Convert/Plaintext.pm (working copy)
> @@ -663,8 +663,8 @@ sub new_formatter($$;$)
> if ($type eq 'line') {
> $container = Texinfo::Convert::Line->new($container_conf);
> } elsif ($type eq 'paragraph') {
> - $container = Texinfo::Convert::Paragraph->new($container_conf);
> - #$container = XSParagraph->new($container_conf);
> + #$container = Texinfo::Convert::Paragraph->new($container_conf);
> + $container = XSParagraph->new($container_conf);
> } elsif ($type eq 'unfilled') {
> $container = Texinfo::Convert::UnFilled->new($container_conf);
> } else {
Hello,
the activation of the locale for en_US.utf8 did the trick in revision 6411.
Without that activation, there were segfaults also in 6411.
Also the patch is applicapable. Feel free to ask, if I could do further
testing. Are there .texi-documents known, that actually make use of the feature
activated?
Many thanks and best regards
Stefan Husmann