Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751439AbdH3XBh (ORCPT ); Wed, 30 Aug 2017 19:01:37 -0400 Received: from merlin.infradead.org ([205.233.59.134]:32930 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751372AbdH3XBf (ORCPT ); Wed, 30 Aug 2017 19:01:35 -0400 Subject: Re: [PATCH 1/2] docs: kernel-doc comments are ASCII To: Jonathan Corbet , Mauro Carvalho Chehab Cc: "linux-doc@vger.kernel.org" , LKML , linux-media References: <54c23e8e-89c0-5cea-0dcc-e938952c5642@infradead.org> <20170830152314.0486fafb@lwn.net> <3390facf-69ae-ba18-8abe-09b5695a6b31@infradead.org> <20170830191553.179a79d6@vento.lan> <20170830163139.1abf9baa@lwn.net> From: Randy Dunlap Message-ID: <228e1748-37dc-1e1e-d5ec-f35e6bfb5636@infradead.org> Date: Wed, 30 Aug 2017 16:01:32 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170830163139.1abf9baa@lwn.net> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 952 Lines: 34 On 08/30/17 15:31, Jonathan Corbet wrote: > On Wed, 30 Aug 2017 19:15:53 -0300 > Mauro Carvalho Chehab wrote: > >> I suspect that the problem is not related to the version, but to >> what you might have set on LANG. >> >> Maybe if we add something like: >> LANG=C.utf-8 >> >> to the Documentation/Makefile > > That's worth a try; Randy, can you give it a quick go? Yes, that fixes it for me. Thanks. >> or adding: >> >> .. -*- coding: utf-8; mode: rst -*- >> >> as the first line on the *.rst file that include the kernel-doc >> directive would solve the issue. > > I guess I don't see how that would help, instead. Emacs reads that line, > but it's not involved in the problem. > > I wish I could reproduce this, then we could see what in that massive > try..except block in kerneldoc.py is throwing the exception. Putting in > an explicit decode call might be enough to make the problem go away. -- ~Randy