Eli Zaretskii <e...@gnu.org> writes: > Which info.exe is that? the one you've built or the one from MSYS2?
The one I've built, so native built from 7.0.3 tarball. > Looks like that. But here's how to be sure: from the shell prompt > type > > objdump -p /path/to/info.exe | fgrep "DLL Name:" > > and you will see all the DLLs that the program was linked against. DLL Name: libiconv-2.dll DLL Name: libintl-8.dll DLL Name: KERNEL32.dll DLL Name: msvcrt.dll DLL Name: libwinpthread-1.dll > OK. But as long as we are debugging this problem with ‘dir’ being > displayed as `dirï, please run the info.exe you've built only in the > Command Prompt window and from the cmd.exe prompt, not in mintty and > not from Bash. If we need to see how info.exe behaves in other > situations, we will mention this explicitly. OK? Sure. And just to confirm: I opened a cmd.exe, adjusted %path% so I have the mingw64 directories for its .dll's included, adjusted %infopath% and did c:\path\to\my\native\info.exe dir and I get `dirï (this is with codepage 850). Next in cmd.exe, I do chcp 1252 c:\path\to\my\native\info.exe dir and I get ‘dir’. I hope I could spell it out clearly. Best, Arash