Grzyb wrote on 2025-01-12, 05:08:
- the DOS port can't open a few files with unusual characters in filenames, but no problem for the Win32c port
Retro7zip for DOS only understands Codepage 431, and I don't intend to do any localization work. Contributed translations are welcome, natch.
On a regular Windows 95 US-English system, retro7zip for DOS will mangle the C:\WINDOWS\SentTo\3½ Floppy (A).lnk filename because the 1/2 symbol is a wide character. IIRC, there are no other wide characters used by a default installation.
Grzyb wrote on 2025-01-12, 05:08:
- the DOS port stops and prompts the user if unable to open a file used by another process, the Win32c port displays the warning without stopping
The "Abort, Retry, Fail, Ignore" class of errors pop up from the runtime and are conventionally handled at that level.
Where behaviors differ between platforms, I will go with whatever is expected or most correct for FreeDOS.