https://bugs.winehq.org/show_bug.cgi?id=51593
Bug ID: 51593 Summary: RFE: case folding support Product: Wine Version: 6.13 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: hpa@zytor.com Distribution: ---
I am using Wine to run a legacy EDA tool, WinCUPL. Unfortunately WinCUPL is being "helpful" and upper cases filenames for you. Unfortunately it also deletes the old files before writing, so WINE can't know they should have the same name.
It would be wonderful to have a way - perhaps a dot file - to force all filenames written to that directory to lower case.
WinCUPL is available from:
https://www.microchip.com/en-us/products/fpgas-and-plds/spld-cplds/pld-desig...
... however, this is easy to duplicate from cmd:
echo foo > foo.txt del foo.txt echo FOO > FOO.TXT
https://bugs.winehq.org/show_bug.cgi?id=51593
H. Peter Anvin hpa@zytor.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|RFE: case folding support |RFE: case folding (as | |opposed to insensitivity) | |support