Re: Soulution maybe? for Re: Connection aborted was ModPerl::Util::exit: (120000) at Carp.pm line 590

2012-11-29 Thread André Warnier
Dave Morgan wrote: Hi All, Short summary, original problem ModPerl::Util::exit: (12) exit was called at /usr/share/perl5/CGI/Carp.pm line 590 after hacking out Carp "Software caused connection abort." at 3 different places in our code The code in question is essentially p

Soulution maybe? for Re: Connection aborted was ModPerl::Util::exit: (120000) at Carp.pm line 590

2012-11-29 Thread Dave Morgan
Hi All, Short summary, original problem ModPerl::Util::exit: (12) exit was called at /usr/share/perl5/CGI/Carp.pm line 590 after hacking out Carp "Software caused connection abort." at 3 different places in our code The code in question is essentially print $CGI-

Re: Charset in response

2012-11-29 Thread André Warnier
André Warnier wrote: André Warnier wrote: Torsten Förtsch wrote: On 11/29/2012 10:37 AM, André Warnier wrote: When I say that it doesn't work, I mean in fact : - the "Content-Type" response header sent by the server is properly set according to what I do above (as verified in a browser plugin)

Re: Charset in response

2012-11-29 Thread André Warnier
André Warnier wrote: Torsten Förtsch wrote: On 11/29/2012 10:37 AM, André Warnier wrote: When I say that it doesn't work, I mean in fact : - the "Content-Type" response header sent by the server is properly set according to what I do above (as verified in a browser plugin) - but if what I print

Re: Charset in response

2012-11-29 Thread André Warnier
Torsten Förtsch wrote: On 11/29/2012 10:37 AM, André Warnier wrote: When I say that it doesn't work, I mean in fact : - the "Content-Type" response header sent by the server is properly set according to what I do above (as verified in a browser plugin) - but if what I print contains "accented" c

Re: Charset in response

2012-11-29 Thread Torsten Förtsch
On 11/29/2012 10:37 AM, André Warnier wrote: > When I say that it doesn't work, I mean in fact : > - the "Content-Type" response header sent by the server is properly set > according to what I do above (as verified in a browser plugin) > - but if what I print contains "accented" characters, they ar

Re: Charset in response

2012-11-29 Thread André Warnier
Addendum at end. André Warnier wrote: Hi. I have a problem with a PerlResponseHandler, regarding the character set used in the response to a request. Basically, the question is : how to I set the character set properly for the "handle" used in $r->print("string") ? (where string can be "äéèö

Charset in response

2012-11-29 Thread André Warnier
Hi. I have a problem with a PerlResponseHandler, regarding the character set used in the response to a request. Basically, the question is : how to I set the character set properly for the "handle" used in $r->print("string") ? (where string can be "äéèöü" for example) Neither of the followin