Bug#429825: centerim: Russian language is bugged

2007-08-04 Thread Dmitry E. Oboukhov
On 15:54 Fri 03 Aug , Dmitry E. Oboukhov wrote:
>> example log messages:

>> + [icq] A>548=5=85 A [EMAIL PROTECTED]@><
>> + [irc] A>548=5=85 A [EMAIL PROTECTED]@><
>> + [jab] A>548=5=85 A [EMAIL PROTECTED]@><
>> + [irc] ?0@>;L 2KA;0=
>> ...

> example dialog buttons:

> '7<5=8BL''>B>2>'
> ^ ^^^
> Change  Done

> only the last string is displayed correctly in the log. Inscriptions on
> buttons in dialogues are displayed correctly only at the first showing.

example messages (after exit from history):

04.08.07 12:55 eagle_not_bot: :AB0B8 G53> B0< A?>4 @C:>9 =5BC? GB>1K
?@>[EMAIL PROTECTED]
04.08.07 12:55 40 ?>:0 =5 A>[EMAIL PROTECTED];AO=04> A<[EMAIL PROTECTED] =09B8 
:CGC IP 345 27OBL
04.08.07 12:56 eagle_not_bot: 0 =5BC G53>=8B B8?0B>@0?
04.08.07 12:56 eagle_not_bot: 0 70G5< BCG0 IP GB>1K0::8 @530BL B0< 8 1
4>AB0B>G=> ?>8455


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#429825: Info received (Bug#429825: centerim: Russian language is bugged)

2007-06-21 Thread Dmitry E. Oboukhov
tags 429825 patch
diff -ruN centerim-4.22.0.anibal/configure.ac centerim-4.22.0/configure.ac
--- centerim-4.22.0.anibal/configure.ac	2007-06-10 07:19:54.0 +0400
+++ centerim-4.22.0/configure.ac	2007-06-21 14:24:18.0 +0400
@@ -82,6 +82,11 @@
   characters in your texts in Chinese or Japanese
   diappear])
   )
+AC_ARG_ENABLE(ncursesw,
+  AS_HELP_STRING([--disable-ncursesw], [disable link with ncursesw]),
+	  link_ncursesw="$enableval",
+	  link_ncursesw="yes"
+	 )
 
 AC_ARG_WITH(fribidi,
 AS_HELP_STRING([--with-fribidi=[DIR]], [enable Hebrew and Arabic
@@ -316,9 +321,15 @@
 
 AC_CHECK_LIB(socket, socket)
 AC_CHECK_LIB(nsl, gethostbyname)
+
+if test "x$link_ncursesw" = "xyes"; then
 AC_CHECK_LIB(ncursesw, get_wch,, [AC_CHECK_LIB(ncurses, initscr,,
   [AC_CHECK_LIB(curses, initscr,,
AC_MSG_ERROR(The ncurses terminal library is required in order to build the program))])])
+else
+AC_CHECK_LIB(ncurses, initscr,, 
+	[AC_CHECK_LIB(curses, initscr,, AC_MSG_ERROR(The ncurses terminal library is required in order to build the program))])
+fi
 
 AC_TRY_COMPILE([
 #include 
diff -ruN centerim-4.22.0.anibal/debian/control centerim-4.22.0/debian/control
--- centerim-4.22.0.anibal/debian/control	2007-06-21 14:58:26.0 +0400
+++ centerim-4.22.0/debian/control	2007-06-21 14:42:33.0 +0400
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Anibal Avelar (Fixxxer) <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0), libncurses5-dev, gettext (>= 0.10), libfribidi-dev (>= 0.10.4-4), dpatch, autotools-dev, libgnutls-dev, perl, libncursesw5-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev , libgpgme11-dev, automake1.4, liblzo-dev
+Build-Depends: debhelper (>= 4.0), libncurses5-dev, libncursesw5-dev, gettext (>= 0.10), libfribidi-dev (>= 0.10.4-4), dpatch, autotools-dev, libgnutls-dev, perl, libcurl4-gnutls-dev | libcurl3-gnutls-dev , libgpgme11-dev, automake1.4, liblzo-dev, autoconf
 Build-Conflicts: libglib1.2-dev, libcurl4-openssl-dev , libcurl3-openssl-dev
 Standards-Version: 3.7.2
 
@@ -43,7 +43,7 @@
  Centerim is a text mode menu- and window-driven IM client program that 
  supports the ICQ2000, Yahoo!, AIM, MSN, IRC and Jabber protocols. 
  .
- This is a version of centerim linked with libncursesw5. It may be buggy.
+ This is a version of centerim linked without libncursesw5.
  .
  Sox is required to play sounds on events (play binary).
 
diff -ruN centerim-4.22.0.anibal/debian/rules centerim-4.22.0/debian/rules
--- centerim-4.22.0.anibal/debian/rules	2007-06-21 14:58:26.0 +0400
+++ centerim-4.22.0/debian/rules	2007-06-21 14:30:52.0 +0400
@@ -33,6 +33,7 @@
 config_sub=/usr/share/misc/config.sub
 config_guess=/usr/share/misc/config.guess
 config.status: configure
+	autoconf -v
 	ln -s $(config_sub) ./kkconsui/config.sub
 	ln -s $(config_sub) ./libgadu/config.sub
 	ln -s $(config_sub) ./firetalk/config.sub
@@ -51,6 +52,7 @@
 	--build=$(DEB_BUILD_GNU_TYPE)\
 	--prefix=/usr --mandir=\$${prefix}/share/man		\
 	--infodir=\$${prefix}/share/info			\
+	--disable-ncursesw 	\
 	--with-included-gettext --with-ssl --with-openssl=no
 	touch libmsn/msn/Makefile.am
 
@@ -75,6 +77,7 @@
 	--build=$(DEB_BUILD_GNU_TYPE)\
 	--mandir=\$${prefix}/share/man --prefix=/usr		\
 	--infodir=\$${prefix}/share/info			\
+	--disable-ncursesw 	\
 	--with-included-gettext --with-fribidi=/usr --with-ssl
 	perl -p -i -e "s:^LIBS = (.*)$$:LIBS = \1 -lfribidi:" src/Makefile
 	$(MAKE)


signature.asc
Description: Digital signature


Bug#429825: centerim: Russian language is bugged

2007-06-20 Thread Dmitry E. Oboukhov
On 17:54 Wed 20 Jun , Martin Michlmayr wrote:
MM> * Dmitry E. Oboukhov <[EMAIL PROTECTED]> [2007-06-20 16:36]:
>> Package: centerim
>> Version: 4.22.0-1

MM> I don't see this package in Debian.  What does
MM> dpkg -p centerim | grep Maintainer
MM> say?
dpkg -p centerim | grep Maintainer

see also:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416205

and 

http://ftp-master.debian.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#429825: centerim: Russian language is bugged

2007-06-20 Thread Dmitry E. Oboukhov
On 17:54 Wed 20 Jun , Martin Michlmayr wrote:
MM> * Dmitry E. Oboukhov <[EMAIL PROTECTED]> [2007-06-20 16:36]:
>> Package: centerim
>> Version: 4.22.0-1

MM> I don't see this package in Debian.  What does
MM> dpkg -p centerim | grep Maintainer
MM> say?

oh, sorry:
dpkg -p centerim | grep Maintainer
Maintainer: Anibal Avelar (Fixxxer) <[EMAIL PROTECTED]>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#429825: centerim: Russian language is bugged

2007-06-20 Thread Martin Michlmayr
* Dmitry E. Oboukhov <[EMAIL PROTECTED]> [2007-06-20 16:36]:
> Package: centerim
> Version: 4.22.0-1

I don't see this package in Debian.  What does
dpkg -p centerim | grep Maintainer
say?
-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#429825: centerim: Russian language is bugged

2007-06-20 Thread Dmitry E. Oboukhov
Package: centerim
Version: 4.22.0-1
Severity: normal
Tags: l10n

I've installed centerim package which is meant to replace centericq.
But Russian language is bugged.

Instead of the phrase (in English):
[icq] connecting to the server

in Russian I h've got random symbols:
[icq] A>548=5=85 A [EMAIL PROTECTED]@><

In the old package  centericq everything was OK with it. 

centerim-utf8 doesn't work in Russian just like centericq-utf8.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages centerim depends on:
ii  centerim-common 4.22.0-1 A text-mode multi-protocol instant
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libcurl4-gnutls 7.16.2-4 Multi-protocol file transfer libra
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libgcrypt11 1.2.4-2  LGPL Crypto library - runtime libr
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libgpgme11  1.1.2-5  GPGME - GnuPG Made Easy
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkrb531.6.dfsg.1-4 MIT Kerberos runtime libraries
ii  liblzo1 1.08-3   data compression library (old vers
ii  liblzo2-2   2.02-2   data compression library
ii  libncursesw55.6-3Shared libraries for terminal hand
ii  libopencdk8 0.5.13-2 Open Crypto Development Kit (OpenC
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  libtasn1-3  0.3.9-1  Manage ASN.1 structures (runtime)
ii  zlib1g  1:1.2.3-15   compression library - runtime

Versions of packages centerim recommends:
ii  iceweasel [www-browse 2.0.0.3-1  lightweight web browser based on M
ii  links [www-browser]   0.99+1.00pre12-1.2 Character mode WWW browser
ii  opera [www-browser]   9.20-20070409.6The Opera Web Browser
ii  sox   13.0.0-1   Swiss army knife of sound processi
ii  w3m [www-browser] 0.5.1-5.1  WWW browsable pager with excellent

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]