On Sun, Feb 20, 2022 at 05:07:32PM +0200, Eli Zaretskii wrote: > > Do you know if TeX distributions for Windows do any handling of filename > > encodings? > > I never used non-ASCII variant of TeX (XeTeX, I guess?) on Windows, so > I don't know, sorry.
It's standard TeX that processes bytes with values from 0 up to 255. Bytes 128 to 255 are non-ASCII. So this issue could arise even with the regular, 8-bit TeX.
