Re: [PATCH v3 0/6] Make Emacs search use sexp format
[notmuch-archives.git] / 83 / f88f4c9d7075be3be60e918ee9a5362d47a8e2
1 Return-Path: <Sebastian@SSpaeth.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 1D6E2431FBC\r
6         for <notmuch@notmuchmail.org>; Thu,  4 Mar 2010 05:57:43 -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.769\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.769 tagged_above=-999 required=5\r
12         tests=[AWL=-0.584, 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 ZnJaPoLkEa0m for <notmuch@notmuchmail.org>;\r
16         Thu,  4 Mar 2010 05:57:42 -0800 (PST)\r
17 Received: from homiemail-a17.g.dreamhost.com (caiajhbdcahe.dreamhost.com\r
18         [208.97.132.74])\r
19         by olra.theworths.org (Postfix) with ESMTP id 80294431FAE\r
20         for <notmuch@notmuchmail.org>; Thu,  4 Mar 2010 05:57:42 -0800 (PST)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204])\r
23         by homiemail-a17.g.dreamhost.com (Postfix) with ESMTPA id C192F7A8063; \r
24         Thu,  4 Mar 2010 05:57:29 -0800 (PST)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Thu, 04 Mar 2010 14:57:27 +0100\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: Gregor Hoffleit <gregor@hoffleit.de>, notmuch <notmuch@notmuchmail.org>\r
29 In-Reply-To: <1267697893-sup-4538@sam.mediasupervision.de>\r
30 References: <1267697893-sup-4538@sam.mediasupervision.de>\r
31 Date: Thu, 04 Mar 2010 14:57:27 +0100\r
32 Message-ID: <87aauoxk8o.fsf@SSpaeth.de>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=us-ascii\r
35 Subject: Re: [notmuch] [PATCH] json_quote_str should handle non-ASCII\r
36  characters\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Thu, 04 Mar 2010 13:57:43 -0000\r
50 \r
51 On 2010-03-04, Sebastian Spaeth wrote:\r
52 > The current code in json_quote_str() only accepts strict printable ASCII\r
53 > code points (i.e. 32-127), all other code points are dropped from the\r
54 > JSON output.\r
55 \r
56 That would explain why my web interface does not display any umlaut\r
57 symbols.\r
58 \r
59 Nice finding,\r
60 Sebastian\r