bug-texinfo
[Top][All Lists]
Advanced

[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: Sun, 20 Feb 2022 14:42:04 +0100

On Sun, Feb 20, 2022 at 12:45:59PM +0000, Gavin Smith wrote:
> 
> I made a similar change in commit e11835b62d.

I propose another plan:
* decode arguments on the command line arguments based on the
  locale
* if on windows use the locale to determine the encoding
  for the file names, otherwise use utf-8.  Encode file names
  as late as possible, just before calling -e, stat, open...

The first point is important in general, I think, not only for
file names, but also for customization variables strings in case
one use accented characters in those.

-- 
Pat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]