Your message dated Sat, 4 Feb 2006 16:38:33 +0100
with message-id <[EMAIL PROTECTED]>
and subject line [EMAIL PROTECTED]: Bug#350630: fixed]
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)

--- Begin Message ---
>From [EMAIL PROTECTED] Tue Mar 09 22:29:50 2004
Received: (at submit) by bugs.debian.org; 10 Mar 2004 06:29:50 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from relay1.miee.ru (gulipin.miee.ru) [213.171.53.133] (root)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1B0xDn-0001EJ-00; Tue, 09 Mar 2004 22:29:39 -0800
Received: from bob.tcen.ru (bob [194.226.10.222])
        by gulipin.miee.ru (8.9.3/8.9.3) with ESMTP id JAA14601
        for <[EMAIL PROTECTED]>; Wed, 10 Mar 2004 09:29:24 +0300 (MSK)
        (envelope-from [EMAIL PROTECTED])
Received: from odinn.tcen.ru ([EMAIL PROTECTED] [194.226.10.232])
        by bob.tcen.ru (8.12.11/8.12.11/Debian-3) with ESMTP id i2A6TKun028985;
        Wed, 10 Mar 2004 09:29:20 +0300
Received: by odinn.tcen.ru (Postfix, from userid 1000)
        id 0F123431B; Wed, 10 Mar 2004 09:29:20 +0300 (MSK)
Content-Type: multipart/mixed; boundary="===============0803184824=="
MIME-Version: 1.0
From: Max Kosmach <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: horde2: please add support for utf-8
X-Mailer: reportbug 2.39
Date: Wed, 10 Mar 2004 09:29:20 +0300
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new
X-MIEE-MailScanner-Information: Please contact the ISP for more information
X-MIEE-MailScanner: Found to be clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_08 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
        version=2.60-bugs.debian.org_2004_03_08
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0803184824==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: horde2
Version: 2.2.3-6
Severity: wishlist


Horde & Imp - excellent products, but don't work with utf-8 :(

Please add my patches or send it to upstream 

And please add ru_RU.UTF-8 locale for all apps
You can make it from ru_RU by using
iconv -f cp1251 -t utf-8 <ru_RU.po >ru_RU.UTF-8.po
and editing header (change charset from cp1251 to utf-8)

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux odinn 2.4.25-pre4 #1 SMP Tue Jan 27 18:35:12 MSK 2004 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages horde2 depends on:
ii  apache [httpd]             1.3.29.0.2-3  Versatile, high-performance HTTP s
ii  binutils                   2.14.90.0.7-5 The GNU assembler, linker and bina
ii  debconf                    1.4.12        Debian configuration management sy
ii  gettext                    0.13.1-2      GNU Internationalization utilities
ii  logrotate                  3.6.5-2       Log rotation utility
ii  make                       3.80-4        The GNU version of the "make" util
ii  perl                       5.8.3-2       Larry Wall's Practical Extraction 
ii  php4                       4:4.3.4-2     A server-side, HTML-embedded scrip
ii  php4-pear                  4:4.3.4-2     PEAR - PHP Extension and Applicati
ii  php4-pear-log              1.6.0-1       Log module for PEAR
ii  wwwconfig-common           0.0.34        Debian web auto configuration

-- debconf information excluded


--===============0803184824==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="/root/proj/lang.diff"

--- old/lang.php        2003-03-07 20:38:58.000000000 +0300
+++ /etc/horde2/lang.php        2004-03-10 07:13:57.000000000 +0300
@@ -10,11 +10,11 @@
 
 /* The langauge to fall back on if we cannot determine one any other
    way (user choice, preferences, HTTP_ACCEPT_LANGUAGE). */
-$nls['defaults']['language'] = 'en_US';
+$nls['defaults']['language'] = 'ru_RU.UTF-8';
 
 /* The charset to fall back on if we cannot determine one any other
    way (chosen language, HTTP_ACCEPT_CHARSETS). */
-$nls['defaults']['charset'] = 'ISO-8859-1';
+$nls['defaults']['charset'] = 'utf-8';
 
 
 /**
@@ -49,6 +49,7 @@
 $nls['languages']['ro_RO'] = 'Romana';
 $nls['languages']['ru_RU'] = 'Russian (Windows)';
 $nls['languages']['ru_RU.KOI8-R'] = 'Russian (KOI8-R)';
+$nls['languages']['ru_RU.UTF-8'] = 'Russian (UTF-8)';
 $nls['languages']['sk_SK'] = 'Slovak';
 $nls['languages']['sl_SI'] = 'Slovenscina';
 $nls['languages']['fi_FI'] = 'Suomi';
@@ -82,7 +83,7 @@
 $nls['aliases']['pl'] = 'pl_PL';
 $nls['aliases']['pt'] = 'pt_PT';
 $nls['aliases']['ro'] = 'ro_RO';
-$nls['aliases']['ru'] = 'ru_RU';
+$nls['aliases']['ru'] = 'ru_RU.UTF-8';
 $nls['aliases']['sk'] = 'sk_SK';
 $nls['aliases']['sl'] = 'sl_SI';
 $nls['aliases']['sv'] = 'sv_SE';
@@ -93,7 +94,7 @@
  ** Charsets
  **/
 
-$nls['charsets']['bg_BG'] = 'windows-1251';
+/*$nls['charsets']['bg_BG'] = 'windows-1251';*/
 $nls['charsets']['cs_CZ'] = 'ISO-8859-2';
 $nls['charsets']['el_GR'] = 'ISO-8859-7';
 $nls['charsets']['et_EE'] = 'ISO-8859-13';
@@ -104,6 +105,7 @@
 $nls['charsets']['pl_PL'] = 'ISO-8859-2';
 $nls['charsets']['ru_RU'] = 'windows-1251';
 $nls['charsets']['ru_RU.KOI8-R'] = 'KOI8-R';
+$nls['charsets']['ru_RU.UTF-8'] = 'UTF-8';
 $nls['charsets']['sk_SK'] = 'ISO-8859-2';
 $nls['charsets']['sl_SI'] = 'ISO-8859-2';
 $nls['charsets']['uk_UA'] = 'KOI8-U';

--===============0803184824==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="/root/proj/IMP.diff"

--- old/IMP.php 2003-12-03 13:40:29.000000000 +0300
+++ horde/IMP.php       2004-03-10 09:13:46.000000000 +0300
@@ -1010,6 +1010,14 @@
 
         /* Convert Cyrillic character sets. */
         $charset = Horde::getFormData('charset');
+       if (extension_loaded('iconv')) {
+           if ($charset == '') {
+                 $msg = iconv($mime->charset, $registry->getCharset(), $msg);
+               } else {
+                 $msg = iconv($charset, $registry->getCharset(), $msg);
+               }
+           } else {
+           
         if (stristr($registry->getCharset(), 'windows-1251')) {
             if ($charset == 'koi') {
                 $msg = convert_cyr_string($msg, 'k', 'w');
@@ -1036,7 +1044,7 @@
                 $msg = convert_cyr_string($msg, 'w', 'k');
             }
         }
-
+       }
         return $msg;
     }
 

--===============0803184824==
Content-Type: text/x-c; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="/root/proj/MIME.diff"

--- old/MIME.php        2003-01-15 02:38:36.000000000 +0300
+++ horde/MIME.php      2004-03-10 09:06:02.000000000 +0300
@@ -212,32 +212,40 @@
             $decoded = urldecode($encoded_text);
 
             /* Convert Cyrillic character sets. */
-            if (stristr(Lang::getCharset(), 'windows-1251')) {
-                if (stristr($charset, 'koi8-r')) {
-                    $decoded = convert_cyr_string($decoded, 'k', 'w');
-                }
-            }
-            if (stristr(Lang::getCharset(), 'koi8-r')) {
-                if (stristr($charset, 'windows-1251')) {
-                    $decoded = convert_cyr_string($decoded, 'w', 'k');
-                }
-            }
-
+           if (extension_loaded('iconv')) {
+                 $decoded = iconv($charset, Lang::getCharset(), $decoded);
+              } else {
+               if (stristr(Lang::getCharset(), 'windows-1251')) {
+                   if (stristr($charset, 'koi8-r')) {
+                       $decoded = convert_cyr_string($decoded, 'k', 'w');
+                   }
+               }
+               if (stristr(Lang::getCharset(), 'koi8-r')) {
+                   if (stristr($charset, 'windows-1251')) {
+                       $decoded = convert_cyr_string($decoded, 'w', 'k');
+                   }
+               }
+           }   
             break;
 
         case 'B':
         case 'b':
             $decoded = urldecode(base64_decode($encoded_text));
-            if (stristr(Lang::getCharset(), 'windows-1251')) {
-                if (stristr($charset, 'koi8-r')) {
-                    $decoded = convert_cyr_string($decoded, 'k', 'w');
+           if (extension_loaded('iconv')) { 
+                 $decoded = iconv($charset, Lang::getCharset(), $decoded);
+               } else {
+                if (stristr(Lang::getCharset(), 'windows-1251')) {
+                    if (stristr($charset, 'koi8-r')) {
+                        $decoded = convert_cyr_string($decoded, 'k', 'w');
+                    }
                 }
-            }
-            if (stristr(Lang::getCharset(), 'koi8-r')) {
-                if (stristr($charset, 'windows-1251')) {
-                    $decoded = convert_cyr_string($decoded, 'w', 'k');
+                if (stristr(Lang::getCharset(), 'koi8-r')) {
+                    if (stristr($charset, 'windows-1251')) {
+                        $decoded = convert_cyr_string($decoded, 'w', 'k');
+                    }
                 }
-            }
+           }   
+
             break;
 
         default:

--===============0803184824==--


--- End Message ---
--- Begin Message ---
>From [EMAIL PROTECTED] Sat Feb 04 07:37:12 2006
Received: (at 237179-done) by bugs.debian.org; 4 Feb 2006 15:37:12 +0000
Return-path: <[EMAIL PROTECTED]>
Received: from c-adt-5.ataco.se ([213.115.168.248] helo=bixbite.opalsys.net)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1F5PTM-000184-27; Sat, 04 Feb 2006 07:37:12 -0800
Received: from ola by bixbite.opalsys.net with local (Exim 4.50)
        id 1F5PUf-0000aX-L0; Sat, 04 Feb 2006 16:38:33 +0100
Date: Sat, 4 Feb 2006 16:38:33 +0100
From: Ola Lundqvist <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: [EMAIL PROTECTED]: Bug#350630: fixed]
Message-ID: <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Closing the bugs now as the packages have been removed from Debian.

----- Forwarded message from Debian Archive Maintenance <[EMAIL PROTECTED]> 
-----

Envelope-to: [EMAIL PROTECTED]
Delivery-date: Thu, 02 Feb 2006 16:12:02 +0100
From: Debian Archive Maintenance <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: melanie $Revision: 1.44 $
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED], [EMAIL PROTECTED],
        [EMAIL PROTECTED]
Subject: Bug#350630: fixed
X-Spam-Score: -2.5 (--)
X-Spamcheck-provider: Checked for spam by opalsys.net, [EMAIL PROTECTED]

We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

    horde2 |    2.2.9-1 | source, all
      imp3 |    3.2.8-3 | source, all
 kronolith |    1.1.4-4 | source, all
     mnemo |    1.1.4-1 | source, all
       nag |    1.1.3-1 | source, all
sork-accounts |    2.1.2-2 | source, all
sork-forwards |    2.2.2-2 | source, all
sork-passwd |    2.2.2-2 | source, all
sork-vacation |    2.2.2-3 | source, all
     turba |    1.2.5-3 | source, all

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are never removed from testing by hand.  Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems.

Bugs which have been reported against this package are not automatically
removed from the Bug Tracking System.  Please check all open bugs and
close them or re-assign them to another package if the removed package
was superseded by another one.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED]

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[EMAIL PROTECTED]

Debian distribution maintenance software
pp.
Joerg Jaspert (the ftpmaster behind the curtain)


----- End forwarded message -----

-- 
 --------------------- Ola Lundqvist ---------------------------
/  [EMAIL PROTECTED]                     Annebergsslingan 37      \
|  [EMAIL PROTECTED]                 654 65 KARLSTAD          |
|  +46 (0)54-10 14 30                  +46 (0)70-332 1551       |
|  http://www.opal.dhs.org             UIN/icq: 4912500         |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---------------------------------------------------------------

--- End Message ---

Reply via email to