Re: [PATCH 14/14] docs: sphinx/kernel_abi.py: fix UTF-8 support

2019-06-17 Thread Mauro Carvalho Chehab
Em Mon, 17 Jun 2019 07:56:08 -0600 Jonathan Corbet escreveu: > On Mon, 17 Jun 2019 06:16:59 -0300 > Mauro Carvalho Chehab wrote: > > > > No need to change, the emacs notation is also OK, see your link > > > > > >"""or (using formats recognized by popular editors):""" > > > > > >https:

Re: [PATCH 14/14] docs: sphinx/kernel_abi.py: fix UTF-8 support

2019-06-17 Thread Jonathan Corbet
On Mon, 17 Jun 2019 06:16:59 -0300 Mauro Carvalho Chehab wrote: > > No need to change, the emacs notation is also OK, see your link > > > >"""or (using formats recognized by popular editors):""" > > > >https://www.python.org/dev/peps/pep-0263/#defining-the-encoding > > > > I prefer ema

Re: [PATCH 14/14] docs: sphinx/kernel_abi.py: fix UTF-8 support

2019-06-17 Thread Mauro Carvalho Chehab
Em Sun, 16 Jun 2019 17:43:50 +0200 Markus Heiser escreveu: > Am 14.06.19 um 18:25 schrieb Mauro Carvalho Chehab: > > Em Fri, 14 Jun 2019 18:18:37 +0200 > > Greg Kroah-Hartman escreveu: > > > >> On Thu, Jun 13, 2019 at 11:04:20PM -0300, Mauro Carvalho Chehab wrote: > >>> The parser breaks wi

Re: [PATCH 14/14] docs: sphinx/kernel_abi.py: fix UTF-8 support

2019-06-16 Thread Markus Heiser
Am 14.06.19 um 18:25 schrieb Mauro Carvalho Chehab: Em Fri, 14 Jun 2019 18:18:37 +0200 Greg Kroah-Hartman escreveu: On Thu, Jun 13, 2019 at 11:04:20PM -0300, Mauro Carvalho Chehab wrote: The parser breaks with UTF-8 characters with Sphinx 1.4. Signed-off-by: Mauro Carvalho Chehab --- Do

Re: [PATCH 14/14] docs: sphinx/kernel_abi.py: fix UTF-8 support

2019-06-14 Thread Greg Kroah-Hartman
On Fri, Jun 14, 2019 at 01:25:30PM -0300, Mauro Carvalho Chehab wrote: > Em Fri, 14 Jun 2019 18:18:37 +0200 > Greg Kroah-Hartman escreveu: > > > On Thu, Jun 13, 2019 at 11:04:20PM -0300, Mauro Carvalho Chehab wrote: > > > The parser breaks with UTF-8 characters with Sphinx 1.4. > > > > > > Signe

Re: [PATCH 14/14] docs: sphinx/kernel_abi.py: fix UTF-8 support

2019-06-14 Thread Mauro Carvalho Chehab
Em Fri, 14 Jun 2019 18:18:37 +0200 Greg Kroah-Hartman escreveu: > On Thu, Jun 13, 2019 at 11:04:20PM -0300, Mauro Carvalho Chehab wrote: > > The parser breaks with UTF-8 characters with Sphinx 1.4. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > Documentation/sphinx/kernel_abi.py | 10

Re: [PATCH 14/14] docs: sphinx/kernel_abi.py: fix UTF-8 support

2019-06-14 Thread Greg Kroah-Hartman
On Thu, Jun 13, 2019 at 11:04:20PM -0300, Mauro Carvalho Chehab wrote: > The parser breaks with UTF-8 characters with Sphinx 1.4. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/sphinx/kernel_abi.py | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > > diff --git

[PATCH 14/14] docs: sphinx/kernel_abi.py: fix UTF-8 support

2019-06-13 Thread Mauro Carvalho Chehab
The parser breaks with UTF-8 characters with Sphinx 1.4. Signed-off-by: Mauro Carvalho Chehab --- Documentation/sphinx/kernel_abi.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Documentation/sphinx/kernel_abi.py b/Documentation/sphinx/kernel_abi.py index 7fa78