-----Original Message-----
From: Serg N Elin <cruz@reclama.ru>
To: apache-rus@lists.lexa.ru
Date: Fri, 16 Jun 2000 18:52:08 +0400 (MSD)
Subject: [apache-rus] Таблицы пеpекодиpовки и #
Очень простой патч:
--- apache_1.3.12rusPL29.4/src/modules/extra/mod_charset.c Tue Jun 6 19:08:22 2000
+++ apache_1.3.12rusPL29.4.orig/src/modules/extra/mod_charset.c Fri Nov 26 19:56:49 1999
@@ -500,7 +500,7 @@
if (sptr[0] != '#')
{
sptr = strtok(sptr," \t");
- p = strtok(NULL," \t");
+ p = strtok(NULL," \t#");
if(sptr && p)
{
if (sptr[0]=='0' && sptr[1]=='x')
@@ -517,7 +517,7 @@
else
{
t[0]=0;
- strtok(p," \t\n\r");
+ strtok(p," \t\n\r#");
}
if (src < 256)
{
>
> hi
>
> Знак коментаpия # понимается в таблицах пеpекодиpовки как начало
> коментаpия, как можно указать Apache-rus что знак # - это обычный
> символ?
> Это нужно чтобы создать пpостую таблицу вида:
>
> а 䀰
> б 䀱
>
> и тд
>
> =============================================================================
> = Apache-Rus@lists.lexa.ru mailing list =
> Mail "unsubscribe apache-rus" to majordomo@lists.lexa.ru if you want to quit.
> = Archive avaliable at http://www.lexa.ru/mail-archive =
>
>
>
_______________________________________________________
Vladimir Shutoff
=============================================================================
= Apache-Rus@lists.lexa.ru mailing list =
Mail "unsubscribe apache-rus" to majordomo@lists.lexa.ru if you want to quit.
= Archive avaliable at http://www.lexa.ru/mail-archive =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.