Unicode Paths
authorMartin Owens <doctormo@gmail.com>
Wed, 14 Sep 2011 03:55:39 +0000 (23:55 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:26 +0000 (09:39 -0800)
50/420105c08965bda117407d69d370e7d78ac135 [new file with mode: 0644]

diff --git a/50/420105c08965bda117407d69d370e7d78ac135 b/50/420105c08965bda117407d69d370e7d78ac135
new file mode 100644 (file)
index 0000000..33a81d6
--- /dev/null
@@ -0,0 +1,73 @@
+Return-Path: <doctormo@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0C793429E25\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Sep 2011 20:55:44 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 3hPxG65D98PZ for <notmuch@notmuchmail.org>;\r
+       Tue, 13 Sep 2011 20:55:43 -0700 (PDT)\r
+Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com\r
+       [209.85.216.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id A0DB3431FB6\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Sep 2011 20:55:43 -0700 (PDT)\r
+Received: by qyk30 with SMTP id 30so3531558qyk.5\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Sep 2011 20:55:42 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=subject:from:to:content-type:date:message-id:mime-version:x-mailer\r
+       :content-transfer-encoding;\r
+       bh=Z+TXj5KKAuUS/IJZPM57JHKC9sPIJ0AsM+sVIOpu8Fg=;\r
+       b=UnyW0zoAqlxz75Y9DNvD8xw/wefqqvULIPI3Svw6hTt3mHnIQf9d+3tl+WVmfViMZe\r
+       E9YBmAmqPSV4tfXJZCzyR60pfSpOdIr0/Lvc7KYmWLYjT+y6F+KmfVMQP36Lm+1pw4zq\r
+       ACsBtLzITW05XjiKnrnjHPDHAvqRzGqww+zHY=\r
+Received: by 10.229.232.131 with SMTP id ju3mr1303975qcb.248.1315972541951;\r
+       Tue, 13 Sep 2011 20:55:41 -0700 (PDT)\r
+Received: from [192.168.1.190] (pool-68-163-190-45.bos.east.verizon.net.\r
+       [68.163.190.45])\r
+       by mx.google.com with ESMTPS id dt6sm3536814qab.9.2011.09.13.20.55.40\r
+       (version=SSLv3 cipher=OTHER); Tue, 13 Sep 2011 20:55:41 -0700 (PDT)\r
+Subject: Unicode Paths\r
+From: Martin Owens <doctormo@gmail.com>\r
+To: Notmuch developer list <notmuch@notmuchmail.org>\r
+Content-Type: text/plain; charset="UTF-8"\r
+Date: Tue, 13 Sep 2011 23:55:39 -0400\r
+Message-ID: <1315972539.2201.11.camel@delen>\r
+Mime-Version: 1.0\r
+X-Mailer: Evolution 2.30.3 \r
+Content-Transfer-Encoding: 7bit\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 14 Sep 2011 03:55:44 -0000\r
+\r
+Hello Again,\r
+\r
+I notice in the lib code notmuch_database_open(),\r
+notmuch_database_create() these functions use const char *path for the\r
+directory path input. Is this unicode safe?\r
+\r
+The python bindings (and ctype docs) seem to suggest using something\r
+called 'wchar_t *' for accepting unicode but that's for C not C++.\r
+\r
+Is this something that should be patched?\r
+\r
+Best Regards, Martin Owens\r
+\r