From d1665d804e0b21f4d769ce61c7d789e13f8c1fb4 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Thu, 13 Feb 2014 09:30:37 +0200 Subject: [PATCH] Re: [PATCH v2 13/20] nmbug-status: Convert from XHTML 1.0 to HTML 5 --- 73/c8be07a3a1c4fa859141c769bf1c111750b395 | 84 +++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 73/c8be07a3a1c4fa859141c769bf1c111750b395 diff --git a/73/c8be07a3a1c4fa859141c769bf1c111750b395 b/73/c8be07a3a1c4fa859141c769bf1c111750b395 new file mode 100644 index 000000000..ab3d15e96 --- /dev/null +++ b/73/c8be07a3a1c4fa859141c769bf1c111750b395 @@ -0,0 +1,84 @@ +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 34014431FBD + for ; Wed, 12 Feb 2014 23:30:52 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +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 VkIU+Zd90lTK for ; + Wed, 12 Feb 2014 23:30:45 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 744A1431FAE + for ; Wed, 12 Feb 2014 23:30:45 -0800 (PST) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id A99F81000FA; + Thu, 13 Feb 2014 09:30:37 +0200 (EET) +From: Tomi Ollila +To: "W. Trevor King" , David Bremner +Subject: Re: [PATCH v2 13/20] nmbug-status: Convert from XHTML 1.0 to HTML 5 +In-Reply-To: <20140213020611.GG7538@odin.tremily.us> +References: + + <87a9dv52h4.fsf@zancas.localnet> + <20140213020611.GG7538@odin.tremily.us> +User-Agent: Notmuch/0.17+69~g761b031 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Transfer-Encoding: quoted-printable +Cc: notmuch@notmuchmail.org +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, 13 Feb 2014 07:30:52 -0000 + +On Thu, Feb 13 2014, "W. Trevor King" wrote: + +> On Wed, Feb 12, 2014 at 07:35:19PM -0400, David Bremner wrote: +>> W. Trevor King writes: +>> > HTML 5 for the win :). I also de-namespaced the language; the HTML 5 +>> > spec allows a vestigial xml:lang attribute, but it's a no-op [1], so I +>> > stripped it. +>>=20 +>> I pushed the first 13 patches in the series to master. +> +> :). If the output encoding patch (nmbug-status: Encode output using +> the user's locale) is the sticking point for the remainder of the +> series, I'm happy to rebase it to the end of the series and let it +> cook on the list until someone needs it. UTF-8 works for me +> personally. + +No-one will need =C3=A4ny alternatives... ;D + +Personally hardcoding UTF-8 works for me. + +Next option hardcoding UTF-8 for config read (I would not want LANG=3DC +borke my 'F=C3=B6=C3=B6b=C3=A4r' in title ;) and use os.isatty(1) to determ= +ine +whether hardcod UTF-8 for output could be possibly tolerable to me. + +> Cheers, +> Trevor + +Tomi -- 2.26.2