[tex-live] Problems with non-7bit characters in filename
TANAKA Takuji
KXD02663 at nifty.ne.jp
Sun Jul 6 15:00:07 CEST 2014
Hi,
I don't know how miktex handle the issue.
According to my examination,
to fix the problems around Unicode on Windows console (command prompt),
we must use Unicode version of WIN32API
for example, ReadConsoleW, WriteConsoleW, GetCommandLineW,
CommandLineToArgvW, FindFirstFileW, FindNextFileW, _wfopen, and _wpopen
instead of POSIX functions.
I implemented them for xetex, uptex in TeX Live 2014.
(2014/07/06 19:16), Ulrike Fischer wrote:
>
> I see on the command line the file name like this:
>
> lualatex abc???.tex
>
> ...
> Output written on abcµùѵ£¼Þ¬×.pdf (1 page, 3613 bytes).
>
>
> TeXLive says in all cases "! I can't find file `abc???.tex'."
>
Takuji Tanaka
More information about the tex-live
mailing list