Re: Weird behaviour with strings and accents

2006-12-27 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Dec 27, 2006 at 04:56:50PM +0100, Cyril SCETBON wrote: > I'm using Modperl 2.0.2 with apache 2.0.55 and modperl is doing > something wrong with my string : > > my $var="à présent protégé"; > warn Dumper [$var]; > my $var="à présent protégé".$

Weird behaviour with strings and accents

2006-12-27 Thread Cyril SCETBON
I'm using Modperl 2.0.2 with apache 2.0.55 and modperl is doing something wrong with my string : my $var="à présent protégé"; warn Dumper [$var]; my $var="à présent protégé".$login; warn Dumper [$var]; $VAR1 = [ 'à présent protégé' ]; $VAR1 = [ "\x{c3}\x{a0} pr\x{c3}

Re: Problem with MODPERL_API_VERSION

2006-12-27 Thread Frank Wiles
On Wed, 27 Dec 2006 12:46:15 +0100 "Georg Grabler" <[EMAIL PROTECTED]> wrote: > Hello everybody around. > > I've a strange problem occuring on my computer. > > I've taken the script from the apache mod_perl documentation, pringing > my environment variables (${ENV}). > According to this, my MOD_

Re: Mailing list down

2006-12-27 Thread Alex Beamish
On 12/27/06, Georg Grabler <[EMAIL PROTECTED]> wrote: Are they still down? Hi Georg, It depends upon your definition of who or what 'they' is. From the evidence that you've posted three messages to the list in the last two hours, it seems clear to me that 'they' is not the mod_perl mailing l

Mailing list down

2006-12-27 Thread Georg Grabler
Are they still down?

Problem with MOD_PERL_API_VERSION

2006-12-27 Thread Georg Grabler
Hello everybody around. I've a strange problem occuring on my computer. I've taken the script from the apache mod_perl documentation, pringing my environment variables (${ENV}). According to this, my MOD_PERL_API_VERSION is 2, what's fine so far. Anyway, accessing them from ANY module, with the

Problem with MODPERL_API_VERSION

2006-12-27 Thread Georg Grabler
Hello everybody around. I've a strange problem occuring on my computer. I've taken the script from the apache mod_perl documentation, pringing my environment variables (${ENV}). According to this, my MOD_PERL_API_VERSION is 2, what's fine so far. Anyway, accessing them from ANY module, with the