[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Non-ASCII characters in @include search path
From: |
Patrice Dumas |
Subject: |
Re: Non-ASCII characters in @include search path |
Date: |
Sat, 19 Feb 2022 15:27:12 +0100 |
On Thu, Feb 17, 2022 at 07:53:16AM +0000, Gaël Bonithon wrote:
> Hello,
>
> It seems that makeinfo does not support non-ASCII characters in directory
> names added to the @include search path.
>
> If this is intentional, I could not find any trace of it in the documentation.
> If it's not documented, it might be useful to do so.
It is definitely not intentional.
> For an example of a downstream issue, see
> https://octave.discourse.group/t/segfault-when-building-the-documentation/2233/14
I cannot reproduce the issue:
$ mkdir è
$ echo 'aaa' > è/toto.texi
$ makeinfo -I ./è simplest.texi
$ makeinfo --html -I ./è simplest.texi
$ cat simplest.texi
\input texinfo @c -*-texinfo-*-
@setfilename simplest.info
@top top
@node Top
This is a very simple texi manual @ <>.
@include toto.texi
@bye
--
Pat
- Non-ASCII characters in @include search path, Gaël Bonithon, 2022/02/17
- Re: Non-ASCII characters in @include search path,
Patrice Dumas <=
- Re: Non-ASCII characters in @include search path, Gaël Bonithon, 2022/02/19
- Re: Non-ASCII characters in @include search path, Gavin Smith, 2022/02/19
- Re: Non-ASCII characters in @include search path, Patrice Dumas, 2022/02/19
- Re: Non-ASCII characters in @include search path, Patrice Dumas, 2022/02/19
- Re: Non-ASCII characters in @include search path, Gavin Smith, 2022/02/20
- Re: Non-ASCII characters in @include search path, Gavin Smith, 2022/02/20
- Re: Non-ASCII characters in @include search path, Gavin Smith, 2022/02/20
- Re: Non-ASCII characters in @include search path, Patrice Dumas, 2022/02/20
- Re: Non-ASCII characters in @include search path, Patrice Dumas, 2022/02/20
- Re: Non-ASCII characters in @include search path, Gavin Smith, 2022/02/20