Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / ac / e2bd69561480cf4fdf2edf3241dee3853b530d
1 Return-Path: <gregor@sam.mediasupervision.de>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 3F4CC431FBF\r
6         for <notmuch@notmuchmail.org>; Thu,  4 Mar 2010 06:26:42 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.765\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.765 tagged_above=-999 required=5\r
12         tests=[AWL=-0.580, BAYES_40=-0.185] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 653rhRigfO2D for <notmuch@notmuchmail.org>;\r
16         Thu,  4 Mar 2010 06:26:41 -0800 (PST)\r
17 Received: from sam.mediasupervision.de (sam.mediasupervision.de\r
18  [80.152.3.104])        by olra.theworths.org (Postfix) with ESMTP id EDD90431FBC       for\r
19  <notmuch@notmuchmail.org>; Thu,  4 Mar 2010 06:26:40 -0800 (PST)\r
20 Received: from localhost (sam.mediasupervision.de [127.0.0.1])\r
21         by sam.mediasupervision.de (Postfix) with ESMTP id 1F658486292;\r
22         Thu,  4 Mar 2010 15:26:29 +0100 (CET)\r
23 X-Virus-Scanned: Debian amavisd-new at sam.mediasupervision.de\r
24 Received: from sam.mediasupervision.de ([127.0.0.1])\r
25         by localhost (sam.mediasupervision.de [127.0.0.1]) (amavisd-new,\r
26         port 10024)\r
27         with ESMTP id f22dA1UFLCat; Thu,  4 Mar 2010 15:26:28 +0100 (CET)\r
28 Received: by sam.mediasupervision.de (Postfix, from userid 1000)\r
29         id E7E36486293; Thu,  4 Mar 2010 15:26:28 +0100 (CET)\r
30 Content-Type: text/plain; charset=UTF-8\r
31 From: Gregor Hoffleit <gregor@hoffleit.de>\r
32 To: Sebastian Spaeth <sebastian@sspaeth.de>\r
33 In-reply-to: <87aauoxk8o.fsf@SSpaeth.de>\r
34 References: <1267697893-sup-4538@sam.mediasupervision.de>\r
35         <87aauoxk8o.fsf@SSpaeth.de>\r
36 Date: Thu, 04 Mar 2010 15:26:28 +0100\r
37 Message-Id: <1267712552-sup-6239@sam.mediasupervision.de>\r
38 User-Agent: Sup/git\r
39 Content-Transfer-Encoding: 8bit\r
40 Cc: notmuch <notmuch@notmuchmail.org>\r
41 Subject: Re: [notmuch] [PATCH] json_quote_str should handle non-ASCII\r
42         characters\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Thu, 04 Mar 2010 14:26:42 -0000\r
56 \r
57 * Sebastian Spaeth <sebastian@sspaeth.de> [Do Mär 04 14:57:27 +0100 2010]\r
58 > On 2010-03-04, Sebastian Spaeth wrote:\r
59 > > The current code in json_quote_str() only accepts strict printable ASCII\r
60 > > code points (i.e. 32-127), all other code points are dropped from the\r
61 > > JSON output.\r
62\r
63 > That would explain why my web interface does not display any umlaut\r
64 > symbols.\r
65 \r
66 Well, I noticed noneatall umlauts. That's how I found this problem.\r
67 \r
68 Regards,\r
69     Gregor\r