[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Non-ASCII characters in @include search path
From: |
Gaël Bonithon |
Subject: |
Re: Non-ASCII characters in @include search path |
Date: |
Sat, 19 Feb 2022 18:04:32 +0000 |
Does not work for me (I'm on Arch Linux, Texinfo 6.8):
$ makeinfo -I ./è simplest.texi
simplest.texi:10: @include: could not find toto.texi
$ makeinfo --html -I ./è simplest.texi
simplest.texi:10: @include: could not find toto.texi
$
However:
$ cp -r è e
$ makeinfo -I ./e simplest.texi
$ makeinfo --html -I ./e simplest.texi
$
Cheers,
Gaël
------- Original Message -------
On Saturday, February 19th, 2022 at 2:27 PM, Patrice Dumas <pertusus@free.fr>
wrote:
> 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, 2022/02/19
- Re: Non-ASCII characters in @include search path,
Gaël Bonithon <=
- 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
- Re: Non-ASCII characters in @include search path, Patrice Dumas, 2022/02/20