Bug#545814: Mutt count strlen in bytes != symbols

2016-02-21 Thread Antonio Radici
forwarded 545814 http://bugs.mutt.org/3807 severity 545814 wishlist tag 545814 -pending thanks On Wed, Sep 09, 2009 at 02:48:32PM +0400, Dmitry E. Oboukhov wrote: > Package: mutt > Version 1.5.20-2 > Tags: l10n > > Now I've attached at LDAP-address-book and added instruction > set query_command

Bug#545814: Mutt count strlen in bytes != symbols

2011-01-10 Thread Dmitry E. Oboukhov
On 12:51 Mon 03 Jan , Antonio Radici wrote: AR tag 545814 +moreinfo AR thanks AR Hi Dmitry, AR do you mind checking this against the new mutt that is in experimental AR (1.5.21-2)? I believe that upstream has implemented new code to fold AR headers into 1.5.21. AR Let me know if you need a

Bug#545814: Mutt count strlen in bytes != symbols

2011-01-08 Thread Dmitry E. Oboukhov
tags 545814 -moreinfo thanks AR Hi Dmitry, AR do you mind checking this against the new mutt that is in experimental AR (1.5.21-2)? I believe that upstream has implemented new code to fold AR headers into 1.5.21. AR Let me know if you need a backport for squeeze! Hi, Antonio! Experimental

Bug#545814: Mutt count strlen in bytes != symbols

2011-01-03 Thread Antonio Radici
tag 545814 +moreinfo thanks Hi Dmitry, do you mind checking this against the new mutt that is in experimental (1.5.21-2)? I believe that upstream has implemented new code to fold headers into 1.5.21. Let me know if you need a backport for squeeze! Cheers Antonio -- To UNSUBSCRIBE, email to

Bug#545814: Mutt count strlen in bytes != symbols

2010-02-06 Thread Antonio Radici
tag 545814 +confirmed moreinfo thanks Hi Dmitry, this is fixable with a piece of code like: size_t size = mbstowcs(NULL, your_string,0) Can you provide me with an example of string and telling me which locale you are using so I can test this? Cheers Antonio -- To UNSUBSCRIBE, email to

Bug#545814: Mutt count strlen in bytes != symbols

2010-02-06 Thread Dmitry E. Oboukhov
AR thanks AR Hi Dmitry, AR this is fixable with a piece of code like: AR size_t size = mbstowcs(NULL, your_string,0) AR Can you provide me with an example of string and telling me which locale you are AR using so I can test this? Example of string (my name): Обухов Дмитрий Эдуардович $

Bug#545814: Mutt count strlen in bytes != symbols

2009-09-09 Thread Dmitry E. Oboukhov
Package: mutt Version 1.5.20-2 Tags: l10n Now I've attached at LDAP-address-book and added instruction set query_command = lbdbq '%s' It works fine only if address name contains only latin1 symbols. If address contains utf-8 symbols (for example Russian) mutt strips these strings if its length