Return-Path: Delivered-To: apmail-perl-embperl-archive@www.apache.org Received: (qmail 48859 invoked from network); 19 Feb 2006 22:11:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Feb 2006 22:11:48 -0000 Received: (qmail 60494 invoked by uid 500); 19 Feb 2006 22:11:48 -0000 Delivered-To: apmail-perl-embperl-archive@perl.apache.org Received: (qmail 60317 invoked by uid 500); 19 Feb 2006 22:11:47 -0000 Mailing-List: contact embperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl@perl.apache.org Received: (qmail 60306 invoked by uid 99); 19 Feb 2006 22:11:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2006 14:11:47 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [81.0.228.129] (HELO ns.sofist.cz) (81.0.228.129) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Feb 2006 14:11:46 -0800 Received: (qmail 23705 invoked from network); 19 Feb 2006 23:11:18 +0100 Received: from localhost (127.0.0.1) by localhost with SMTP; 19 Feb 2006 23:11:18 +0100 Received: from ns.sofist.cz ([127.0.0.1]) by localhost (ns.sofist.cz [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 14755-12 for ; Sun, 19 Feb 2006 23:11:11 +0100 (CET) Received: (qmail 23651 invoked by uid 201); 19 Feb 2006 22:11:11 -0000 Received: from r3c210.chello.upc.cz (HELO ?192.168.1.9?) (213.220.194.210) by rumcajz.pcv.cz with SMTP; 19 Feb 2006 22:11:11 -0000 Message-ID: <43F8ECF7.8050402@robert.cz> Date: Sun, 19 Feb 2006 23:11:03 +0100 From: RobertCZ User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Gerald Richter , embperl@perl.apache.org Subject: Re: Problem with Embperl_Output_Esc_Charset References: <20060219185334.9653B39D2C3@lnx1.i.ecos.de> In-Reply-To: <20060219185334.9653B39D2C3@lnx1.i.ecos.de> Content-Type: multipart/alternative; boundary="------------010908080100060409090108" X-Virus-Scanned: amavisd-new at ns.sofist.cz X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --------------010908080100060409090108 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Gerald Richter wrote: > Hi, > >> I tried to put >> >> Embperl_Output_Esc_Charset Latin2 >> >> into httpd.conf and now apache refuses to start at all with >> no message in error.log. The same with Latin1 And the >> epchar.min compilation trick doesn't seem to work - I >> replaced epchar.c with epchar.c.min from older version but >> nothing changes... Please help. >> >> > > Please use > > Embperl_Output_Esc_Charset 2 > > Using text instead of numeric values is in the code, but does not work yet > (and is not documented) > Thanks, it works. I just read the changes file and was too happy to use it right away... without reading docs... Sorry. - Robert --------------010908080100060409090108 Content-Type: text/html; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit Gerald Richter wrote:
Hi,
  
  I tried to put

Embperl_Output_Esc_Charset Latin2

  into httpd.conf and now apache refuses to start at all with 
no message in error.log. The same with Latin1 And the 
epchar.min compilation trick doesn't seem to work - I 
replaced epchar.c with epchar.c.min from older version but 
nothing changes... Please help.

    

Please use

Embperl_Output_Esc_Charset 2

Using text instead of numeric values is in the code, but does not work yet
(and is not documented)
  

Thanks, it works. I just read the changes file and was too happy to use it right away... without reading docs... Sorry.

- Robert
--------------010908080100060409090108--