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
