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
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-
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)
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
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
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
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 "äéèö
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