Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 3F4CC431FBF for ; Thu, 4 Mar 2010 06:26:42 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.765 X-Spam-Level: X-Spam-Status: No, score=-0.765 tagged_above=-999 required=5 tests=[AWL=-0.580, BAYES_40=-0.185] autolearn=ham Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 653rhRigfO2D for ; Thu, 4 Mar 2010 06:26:41 -0800 (PST) Received: from sam.mediasupervision.de (sam.mediasupervision.de [80.152.3.104]) by olra.theworths.org (Postfix) with ESMTP id EDD90431FBC for ; Thu, 4 Mar 2010 06:26:40 -0800 (PST) Received: from localhost (sam.mediasupervision.de [127.0.0.1]) by sam.mediasupervision.de (Postfix) with ESMTP id 1F658486292; Thu, 4 Mar 2010 15:26:29 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at sam.mediasupervision.de Received: from sam.mediasupervision.de ([127.0.0.1]) by localhost (sam.mediasupervision.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f22dA1UFLCat; Thu, 4 Mar 2010 15:26:28 +0100 (CET) Received: by sam.mediasupervision.de (Postfix, from userid 1000) id E7E36486293; Thu, 4 Mar 2010 15:26:28 +0100 (CET) Content-Type: text/plain; charset=UTF-8 From: Gregor Hoffleit To: Sebastian Spaeth In-reply-to: <87aauoxk8o.fsf@SSpaeth.de> References: <1267697893-sup-4538@sam.mediasupervision.de> <87aauoxk8o.fsf@SSpaeth.de> Date: Thu, 04 Mar 2010 15:26:28 +0100 Message-Id: <1267712552-sup-6239@sam.mediasupervision.de> User-Agent: Sup/git Content-Transfer-Encoding: 8bit Cc: notmuch Subject: Re: [notmuch] [PATCH] json_quote_str should handle non-ASCII characters X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2010 14:26:42 -0000 * Sebastian Spaeth [Do Mär 04 14:57:27 +0100 2010] > On 2010-03-04, Sebastian Spaeth wrote: > > The current code in json_quote_str() only accepts strict printable ASCII > > code points (i.e. 32-127), all other code points are dropped from the > > JSON output. > > That would explain why my web interface does not display any umlaut > symbols. Well, I noticed noneatall umlauts. That's how I found this problem. Regards, Gregor