Hi
on 2019/11/14 2:12, André Warnier (tomcat/perl) wrote:
I'm writing a new PerlOutputFilter, stream version.
Can you give a more general introduction for what is "stream version"?
Thank you.
On 13.11.2019 19:37, Damyan Ivanov wrote:
-=| André Warnier (tomcat/perl), 13.11.2019 19:12:10 +0100 |=-
while (my $sz = $f->read(my $buffer, BUFF_LEN)) {
..
and then I need to pass this data to another module for processing
(Template::Toolkit).
To make a long story short, Template::To
On 13.11.2019 19:53, p...@cpan.org wrote:
On Wednesday 13 November 2019 19:52:25 André Warnier (tomcat/perl) wrote:
On 13.11.2019 19:17, p...@cpan.org wrote:
On Wednesday 13 November 2019 19:12:10 André Warnier (tomcat/perl) wrote:
My question is : can I - and how -, set the filehandle that co
On Wednesday 13 November 2019 19:52:25 André Warnier (tomcat/perl) wrote:
> On 13.11.2019 19:17, p...@cpan.org wrote:
> > On Wednesday 13 November 2019 19:12:10 André Warnier (tomcat/perl) wrote:
> > > My question is : can I - and how -, set the filehandle that corresponds to
> > > the $f->read(),
On 13.11.2019 19:17, p...@cpan.org wrote:
On Wednesday 13 November 2019 19:12:10 André Warnier (tomcat/perl) wrote:
My question is : can I - and how -, set the filehandle that corresponds to
the $f->read(), to a UTF-8 layer ?
I have tried
line 155: binmode($f,'encoding:(UTF-8)');
Hi André! Wh
-=| André Warnier (tomcat/perl), 13.11.2019 19:12:10 +0100 |=-
> while (my $sz = $f->read(my $buffer, BUFF_LEN)) {
> ..
>
> and then I need to pass this data to another module for processing
> (Template::Toolkit).
> To make a long story short, Template::Toolkit misinterprets the data I'm
>
On Wednesday 13 November 2019 19:12:10 André Warnier (tomcat/perl) wrote:
> My question is : can I - and how -, set the filehandle that corresponds to
> the $f->read(), to a UTF-8 layer ?
> I have tried
>
> line 155: binmode($f,'encoding:(UTF-8)');
Hi André! When specifying PerlIO layer for file
Hi.
I'm writing a new PerlOutputFilter, stream version.
I have written several working ones before, so I know the general scheme.
But in this latest filter, I have a problem with the data encoding, which I did not
encounter previously.
I did not find an answer in the on-line mod_perl documentatio