[tex-live] xindy and folders with non ascii chars

Akira Kakuto kakuto at fuk.kindai.ac.jp
Sat Sep 22 23:27:52 CEST 2018


Dear Bruno,

> I've resolved https://gitlab.com/gnu-clisp/clisp/issues/10 by
> limiting the check to ASCII characters, because it's the ASCII
> characters (like ':', '<', '>') which are the most risky w.r.t.
> weird behaviour on the file system.

I have tried the current master, and found on
Japanese Windows (CP932):

#define VALID_FILENAME_CHAR ((ch >= 32) && (ch <= 61) && \
(ch != 34) && (ch != 42) && (ch != 47) && (ch != 58) && \
(ch != 60)) || ((ch >= 64) && (ch != 92) && (ch != 124))

Best,
Akira


More information about the tex-live mailing list