Your message dated Fri, 23 Dec 2005 09:54:28 -0200
with message-id <[EMAIL PROTECTED]>
and subject line webalizer: Special characters in search strings disapears
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 30 Apr 2002 14:04:45 +0000
>From [EMAIL PROTECTED] Tue Apr 30 09:04:45 2002
Return-path: <[EMAIL PROTECTED]>
Received: from port29.ds1-rdo.adsl.cybercity.dk (xyzzy.adsl.dk)
[212.242.196.94]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 172YFI-00014f-00; Tue, 30 Apr 2002 09:04:45 -0500
Received: by xyzzy.adsl.dk (Postfix, from userid 1000)
id C4B52B91B; Tue, 30 Apr 2002 16:04:08 +0200 (CEST)
From: Peter Makholm <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: webalizer: Special characters in search strings disapears
X-Mailer: reportbug 1.50
Date: Tue, 30 Apr 2002 16:04:08 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
Package: webalizer
Version: 2.01.10-2
Severity: normal
When webalizer handles search terms enything after a special character
is lost. This problem is also mentioned by Patrik Wallstrom in #72875
which is closed. The problem might be related to #122655
The problem seems to be the call to tolower() in the function
srch_string in webalizer.c. If this line is replaced with something that
doesn't try to lower case the char special characters gets included.
The problem is better solved by importing the LC_CTYPE locale from the
environment which should be set correctly. This can be done by inserting
the following lines somewhere:
#include <locale.h>
setlocale(LC_CTYPE,"");
I can provide a real patch later.
This is probaly a problem that should be solved upstream.
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux xyzzy 2.4.19-pre4-ac3 #13 Mon Apr 1 12:43:40 CEST 2002 i686
Locale: LANG=C, LC_CTYPE=da_DK
Versions of packages webalizer depends on:
ii debconf 1.0.32 Debian configuration management sy
ii libc6 2.2.5-4 GNU C Library: Shared libraries an
ii libdb3 3.2.9-16 Berkeley v3 Database Libraries [ru
ii libgd2 2.0.1-10 GD Graphics Library version 2
ii libpng2 1.0.12-3 PNG library - runtime
ii zlib1g 1:1.1.4-1 compression library - runtime
---------------------------------------
Received: (at 145274-done) by bugs.debian.org; 23 Dec 2005 11:54:30 +0000
>From [EMAIL PROTECTED] Fri Dec 23 03:54:30 2005
Return-path: <[EMAIL PROTECTED]>
Received: from xproxy.gmail.com ([66.249.82.201])
by spohr.debian.org with esmtp (Exim 4.50)
id 1EplVG-0007kO-5V
for [EMAIL PROTECTED]; Fri, 23 Dec 2005 03:54:30 -0800
Received: by xproxy.gmail.com with SMTP id s18so395296wxc
for <[EMAIL PROTECTED]>; Fri, 23 Dec 2005 03:54:29 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=beta; d=gmail.com;
h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
b=fdnV3TcFjgpgDptoXwVEKsjXjREp8nn2YVxMcoC6TuRxC5bN3643hNiYkKnMUvXaImqFDHAQKE7DcLWl1VGXH3ymAc1dRKYmuwGB67+erjhSUN/WJJph9KPKgZNTBdLlZbZJH+kEi2nEou/buoLBWb1ca40PDXsglXHQeCUiTo0=
Received: by 10.70.8.4 with SMTP id 4mr2749548wxh;
Fri, 23 Dec 2005 03:54:28 -0800 (PST)
Received: by 10.70.132.15 with HTTP; Fri, 23 Dec 2005 03:54:28 -0800 (PST)
Message-ID: <[EMAIL PROTECTED]>
Date: Fri, 23 Dec 2005 09:54:28 -0200
From: Jose Carlos Medeiros <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: re: webalizer: Special characters in search strings disapears
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_01 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
Hi,
This bug was solved since 2.01.10-25 version.
Jose Carlos
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]