From: Sergey Vlasov <vsu@mivlgu.murom.ru> To: sisyphus <sisyphus@linuxteam.iplabs.ru> Subject: [sisyphus] Выловлен и убит баг в Sylpheed с пробелами в Subject Date: Sun, 11 Mar 2001 22:52:36 +0300 Message-ID: <20010311225236.6d55e1eb.vsu@mivlgu.murom.ru> (raw) [-- Attachment #1: Type: text/plain, Size: 250 bytes --] Обнаружилось, что sylpheed-0.4.62-ipl0.6 теряет пробелы в поле Subject, если два русских слова идут подряд. После пятиминутного изучения исходника родился прилагаемый патч. Вроде бы помогает (по крайней мере в этом сообщении subject нормальный :-). [-- Attachment #2: sylpheed-0.4.61-encodehdr.patch --] [-- Type: text/plain, Size: 350 bytes --] --- sylpheed-0.4.61/src/utils.c.orig Thu Feb 1 19:34:39 2001 +++ sylpheed-0.4.61/src/utils.c Sun Mar 11 22:30:24 2001 @@ -419,6 +419,8 @@ for (wp = s; *wp != (wchar_t)0 && iswspace(*wp); wp++) ; for (; *wp != (wchar_t)0 && !iswspace(*wp); wp++) { + if (*wp > 127) + return TRUE; mbl = wctomb(tmp, *wp); if (mbl > 1) return TRUE;
next reply other threads:[~2001-03-11 19:52 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2001-03-11 19:52 Sergey Vlasov [this message] 2001-03-12 4:00 ` [sisyphus] Re: [sisyphus] Выловлен и убит баг в Sylpheed спробелами " aen 2001-03-11 20:14 ` [sisyphus] Re: [sisyphus] Выловлен и убит баг в Sylpheed с пробелами " Sergey Vlasov 2001-03-12 4:20 ` [sisyphus] Re: [sisyphus] Выловлен и убит багв " aen 2001-03-11 20:42 ` Sergey Vlasov 2001-03-11 20:55 ` [sisyphus] Re: [sisyphus] ÷ÙÌÏ×ÌÅÎ É ÕÂÉÔ ÂÁÇ× Sylpheed Ó ÐÒÏÂÅÌÁÍÉ × Subject Andrey Brindeew 2001-03-11 21:51 ` [sisyphus] Re: Выловлен и убит баг в Sylpheed с пробелами в Subject Mikhail Zabaluev 2001-03-12 7:31 ` [sisyphus] Re: [sisyphus] Выловлен и убит багв " rider 2001-03-12 15:39 ` [sisyphus] Баг в Sylpheed с пробелами в Subject: вторая серия Sergey Vlasov 2001-03-11 20:17 ` [sisyphus] Re: [sisyphus] Выловлен и убит баг в Sylpheed спробелами в Subject Sergey Vlasov 2001-03-12 4:23 ` [sisyphus] Re: [sisyphus] Выловлен и убит багв " aen
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20010311225236.6d55e1eb.vsu@mivlgu.murom.ru \ --to=vsu@mivlgu.murom.ru \ --cc=sisyphus@linuxteam.iplabs.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git