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 1D6E2431FBC for ; Thu, 4 Mar 2010 05:57:43 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.769 X-Spam-Level: X-Spam-Status: No, score=-0.769 tagged_above=-999 required=5 tests=[AWL=-0.584, 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 ZnJaPoLkEa0m for ; Thu, 4 Mar 2010 05:57:42 -0800 (PST) Received: from homiemail-a17.g.dreamhost.com (caiajhbdcahe.dreamhost.com [208.97.132.74]) by olra.theworths.org (Postfix) with ESMTP id 80294431FAE for ; Thu, 4 Mar 2010 05:57:42 -0800 (PST) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a17.g.dreamhost.com (Postfix) with ESMTPA id C192F7A8063; Thu, 4 Mar 2010 05:57:29 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Thu, 04 Mar 2010 14:57:27 +0100 From: "Sebastian Spaeth" To: Gregor Hoffleit , notmuch In-Reply-To: <1267697893-sup-4538@sam.mediasupervision.de> References: <1267697893-sup-4538@sam.mediasupervision.de> Date: Thu, 04 Mar 2010 14:57:27 +0100 Message-ID: <87aauoxk8o.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 13:57:43 -0000 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. Nice finding, Sebastian